diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 07:56:39 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 07:56:39 +0000 |
commit | 8594e62da452bcaacb6d5b7012701300a1504064 (patch) | |
tree | 3470a71958ea346234c0b26c83807964d0ffece2 /security | |
parent | 7594d696e2179adb67b83cc741b54de8770d70af (diff) | |
download | FreeBSD-ports-8594e62da452bcaacb6d5b7012701300a1504064.zip FreeBSD-ports-8594e62da452bcaacb6d5b7012701300a1504064.tar.gz |
1. update MASTER_SITE
2. use DOCSDIR instead of DOCDIR
PR: 42876 (1)
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_pwdfile/Makefile | 8 | ||||
-rw-r--r-- | security/pam_pwdfile/pkg-plist | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index a70510e..e4c6833 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -8,7 +8,7 @@ PORTNAME= pam_pwdfile PORTVERSION= 0.95 CATEGORIES= security -MASTER_SITES= ftp://ftp.cpbotha.net/pub/pam_pwdfile/ +MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ MAINTAINER= mschout@gkg.net @@ -16,11 +16,9 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${LOCALBASE}/${DOCDIR} + @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog \ - ${WRKSRC}/INSTALL ${LOCALBASE}/${DOCDIR} -DOCDIR= share/doc/pam_pwdfile -PLIST_SUB+= DOCDIR=${DOCDIR} + ${WRKSRC}/INSTALL ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/pam_pwdfile/pkg-plist b/security/pam_pwdfile/pkg-plist index 974e036..c1971c7 100644 --- a/security/pam_pwdfile/pkg-plist +++ b/security/pam_pwdfile/pkg-plist @@ -1,5 +1,5 @@ -%%PORTDOCS%%%%DOCDIR%%/README -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/changelog -%%PORTDOCS%%@dirrm %%DOCDIR%% +%%PORTDOCS%%share/doc/pam_pwdfile/README +%%PORTDOCS%%share/doc/pam_pwdfile/INSTALL +%%PORTDOCS%%share/doc/pam_pwdfile/changelog +%%PORTDOCS%%@dirrm share/doc/pam_pwdfile lib/pam_pwdfile.so |