summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-30 12:52:44 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-30 12:52:44 +0000
commit915f1d747c8328a92b541bd4dda1acf60c7ddfaf (patch)
treecddb4a17904882315dd363b780733fa7e7f13b56
parent- Update to 1.5.9.5 (diff)
- Use DOCSDIR, PORTDOCS and NOPORTDOCS
- Remove one line pkg-plist - Take maintainership
Notes
Notes: svn path=/head/; revision=143835
-rw-r--r--security/checkpassword/Makefile17
-rw-r--r--security/checkpassword/pkg-plist9
2 files changed, 8 insertions, 18 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile
index ae79aebf98ec..6b662141e4ee 100644
--- a/security/checkpassword/Makefile
+++ b/security/checkpassword/Makefile
@@ -10,27 +10,26 @@ PORTVERSION= 0.90
CATEGORIES= security
MASTER_SITES= http://cr.yp.to/checkpwd/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= garga@FreeBSD.org
COMMENT= A simple password-checking interface
ALL_TARGET= it
INSTALL_TARGET= setup
-#MAN8= checkpassword.8
RESTRICTED= "Unsure of djb's license"
-DOCDIR= ${PREFIX}/share/doc/checkpassword
-
-.SILENT:
+PLIST_FILES= bin/checkpassword
+PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
do-configure:
${ECHO_CMD} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
post-install:
-# ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
- ${MKDIR} ${DOCDIR}
-.for f in CHANGES FILES README SYSDEPS TARGETS TODO VERSION
- ${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
.endfor
+.endif
.include <bsd.port.mk>
diff --git a/security/checkpassword/pkg-plist b/security/checkpassword/pkg-plist
deleted file mode 100644
index 076dc38118ce..000000000000
--- a/security/checkpassword/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/checkpassword
-share/doc/checkpassword/CHANGES
-share/doc/checkpassword/FILES
-share/doc/checkpassword/README
-share/doc/checkpassword/SYSDEPS
-share/doc/checkpassword/TARGETS
-share/doc/checkpassword/TODO
-share/doc/checkpassword/VERSION
-@dirrm share/doc/checkpassword