#4265 closed defect (fixed)
NEW: rancid-2.3.1
Reported by: | dports@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mww@… | |
Port: |
Description
rancid-2.3.1
http://www.shrubbery.net/rancid/
Rancid maintains a CVS repository of router and \ device config files. It emails you when changes \ occur and tells you what commands were changed.
Portfile is attached.
Attachments (2)
Change History (6)
Changed 19 years ago by dports@…
comment:1 Changed 19 years ago by dports@…
attachments.isobsolete: | 0 → 1 |
---|
comment:2 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks commited (incl. mandir fix)
comment:3 Changed 19 years ago by dports@…
Cc: | mww@… added |
---|
(In reply to comment #3)
thanks commited (incl. mandir fix)
Can you tell me how you knew this command needed to be added? And what the three backslashes slashes do?
--mandir=
\${prefix}/share/man
Mark
comment:4 Changed 19 years ago by mww@…
--mandir=
\${prefix}
*manpages have to be in $prefix/share/man (see porthier(7)) *the double-escape makes that inside the Makefile there will be something like mandir=${prefix}/share/man (instead of mandir=/opt/local/share/man) which lets you still do the destroot.destdir prefix=${destroot}${prefix} trick. (as mandir uses $prefix)
RANCID Portfile