aboutsummaryrefslogtreecommitdiff
path: root/security/cmd5checkpw
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-04-27 18:26:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2012-04-27 18:26:49 +0000
commit7bd7151d1bf4e19d6ccab7c2b6d39d0c74b00787 (patch)
treee1ad12ac7efabeef2a15127491cb8b0861428559 /security/cmd5checkpw
parentee1aeaafe5e4abfe367366a4ea509d88b30a2711 (diff)
downloadports-7bd7151d1bf4e19d6ccab7c2b6d39d0c74b00787.tar.gz
ports-7bd7151d1bf4e19d6ccab7c2b6d39d0c74b00787.zip
Notes
Diffstat (limited to 'security/cmd5checkpw')
-rw-r--r--security/cmd5checkpw/Makefile5
-rw-r--r--security/cmd5checkpw/distinfo1
-rw-r--r--security/cmd5checkpw/pkg-plist9
3 files changed, 3 insertions, 12 deletions
diff --git a/security/cmd5checkpw/Makefile b/security/cmd5checkpw/Makefile
index eb265ea89397..dd89002bec63 100644
--- a/security/cmd5checkpw/Makefile
+++ b/security/cmd5checkpw/Makefile
@@ -15,7 +15,8 @@ COMMENT= Checkpassword compatible authentication program that uses CRAM-MD5
MAN8= cmd5checkpw.8
-DOCS_FILES= CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt
+PORTDOCS= CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt
+PLIST_FILES= bin/cmd5checkpw etc/poppasswd.dist
post-patch:
@${REINPLACE_CMD} -e 's|/etc/poppasswd|${LOCALBASE}/etc/poppasswd|' \
@@ -30,7 +31,7 @@ do-install:
@${INSTALL_MAN} ${WRKSRC}/cmd5checkpw.8 ${MANPREFIX}/man/man8
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-. for f in ${DOCS_FILES}
+. for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
diff --git a/security/cmd5checkpw/distinfo b/security/cmd5checkpw/distinfo
index 8aa87bb07c94..c708985e12a1 100644
--- a/security/cmd5checkpw/distinfo
+++ b/security/cmd5checkpw/distinfo
@@ -1,3 +1,2 @@
-MD5 (cmd5checkpw-0.22.tar.gz) = 40092caf3608cbc8bd23220b2b28cb52
SHA256 (cmd5checkpw-0.22.tar.gz) = 26d375a909520aaf980b59f01d994a796c87dfcf317b9dc31284f14ed92032d9
SIZE (cmd5checkpw-0.22.tar.gz) = 24323
diff --git a/security/cmd5checkpw/pkg-plist b/security/cmd5checkpw/pkg-plist
deleted file mode 100644
index 75b84ff2372b..000000000000
--- a/security/cmd5checkpw/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/cmd5checkpw
-etc/poppasswd.dist
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/rfc1321.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2104.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%