summaryrefslogtreecommitdiff
path: root/security/pam_pwdfile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 07:56:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 07:56:39 +0000
commit4aec579e74cf2b579178bd0f314338eeea654d8b (patch)
tree4c5d8b0b9e82ccbc9800c8cbc8a61b48cb01eb51 /security/pam_pwdfile
parentUnbreak by updating the sqlite dependeny, now that sqlite has been (diff)
1. update MASTER_SITE
2. use DOCSDIR instead of DOCDIR PR: 42876 (1) Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=66819
Diffstat (limited to 'security/pam_pwdfile')
-rw-r--r--security/pam_pwdfile/Makefile8
-rw-r--r--security/pam_pwdfile/pkg-plist8
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