diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-25 05:38:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-25 05:38:02 +0000 |
commit | ab8032ae529994de300cf311224f6d81371db0ea (patch) | |
tree | 6def889e3d900816c487266e38ac1bfb8df8c4ed /security | |
parent | 592a82631f6bded36064c94a82cbfcbd8fc61b42 (diff) | |
download | ports-ab8032ae529994de300cf311224f6d81371db0ea.tar.gz ports-ab8032ae529994de300cf311224f6d81371db0ea.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fakebo/Makefile | 8 | ||||
-rw-r--r-- | security/fakebo/pkg-plist | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 815b058cd053..d0bc70d842b2 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://the.ausmac.net/wd2a/security/port-loggers/ \ ftp://ftp.mayn.de/pub/unix/security/network/ \ - ftp://ftp.cps.unizar.es/pub/unix/security/ \ + ftp://webdiis.unizar.es/pub/unix/security/ \ ftp://ftp.linux.hr/pub/fakebo/ MAINTAINER= ports@FreeBSD.org @@ -27,9 +27,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/fakebo/ - ${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fakebo/ + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/custom.replies ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist index 4b0a196036fb..51c70306524a 100644 --- a/security/fakebo/pkg-plist +++ b/security/fakebo/pkg-plist @@ -1,5 +1,5 @@ bin/fakebo etc/fakebo.conf.sample -share/doc/fakebo/README -share/doc/fakebo/custom.replies -@dirrm share/doc/fakebo +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/custom.replies +%%PORTDOCS%%@dirrm %%DOCSDIR%% |