aboutsummaryrefslogtreecommitdiff
path: root/security/pam_pwdfile/Makefile
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/Makefile
parent7bb65faca30e1d34c7d3d40352ab7491991146ae (diff)
Notes
Diffstat (limited to 'security/pam_pwdfile/Makefile')
-rw-r--r--security/pam_pwdfile/Makefile8
1 files changed, 3 insertions, 5 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>