diff options
author | krion <krion@FreeBSD.org> | 2004-05-25 13:38:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-25 13:38:02 +0800 |
commit | 937f8a3b9f717e5d65c8073464cc96a7992a425d (patch) | |
tree | c40f15ed93e7be2333e50dd4f314a59dc2b257c4 /security | |
parent | e80ee28667d9958fcc1442a6aeb7282e8511d7e4 (diff) | |
download | freebsd-ports-gnome-937f8a3b9f717e5d65c8073464cc96a7992a425d.tar.gz freebsd-ports-gnome-937f8a3b9f717e5d65c8073464cc96a7992a425d.tar.zst freebsd-ports-gnome-937f8a3b9f717e5d65c8073464cc96a7992a425d.zip |
- Fix MASTER_SITES
- Pet portlint
PR: ports/67155
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
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%% |