diff options
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 |