diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:56:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-20 07:56:39 +0000 |
commit | 4aec579e74cf2b579178bd0f314338eeea654d8b (patch) | |
tree | 4c5d8b0b9e82ccbc9800c8cbc8a61b48cb01eb51 /security/pam_pwdfile | |
parent | 7bb65faca30e1d34c7d3d40352ab7491991146ae (diff) | |
download | ports-4aec579e74cf2b579178bd0f314338eeea654d8b.tar.gz ports-4aec579e74cf2b579178bd0f314338eeea654d8b.zip |
Notes
Diffstat (limited to 'security/pam_pwdfile')
-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 a70510e90629..e4c68331f23a 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 974e036ffd61..c1971c7304d5 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 |