summaryrefslogtreecommitdiff
path: root/pkgtools/digest/Makefile
diff options
context:
space:
mode:
authorseb <seb>2002-03-04 11:57:10 +0000
committerseb <seb>2002-03-04 11:57:10 +0000
commit49baff6029b94b076970d49d6546601b3182cc17 (patch)
tree1d176ee47d0c0e99522ec56412fb72b088c61124 /pkgtools/digest/Makefile
parent37b1acf56031e88c76dec460343ec7170a3d8580 (diff)
downloadpkgsrc-49baff6029b94b076970d49d6546601b3182cc17.tar.gz
Use PLIST filtering based on MANINSTALL's content: pre-install is not
needed anymore, manpage related entries added to PLIST.
Diffstat (limited to 'pkgtools/digest/Makefile')
-rw-r--r--pkgtools/digest/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 375d0be4c71..f0526c29528 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/08/07 22:14:52 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2002/03/04 11:57:10 seb Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -18,7 +18,6 @@ EXTRACT_ONLY= # empty
WRKSRC= ${WRKDIR}
NO_CHECKSUM= # defined
MANCOMPRESSED_IF_MANZ= YES
-PLIST_SRC= ${WRKDIR}/PLIST
BUILD_DEFS+= MANINSTALL
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man
@@ -41,16 +40,6 @@ post-extract:
${CP} ${FILESDIR}/$$FILE ${WRKSRC}; \
done
-pre-install:
- @${RM} -f ${PLIST_SRC}
- @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- @if [ -n "${MANINSTALL:Mcatinstall}" ]; then \
- ${ECHO} man/cat1/digest.0 >> ${PLIST_SRC}; \
- fi
- @if [ -n "${MANINSTALL:Mmaninstall}" ]; then \
- ${ECHO} man/man1/digest.1 >> ${PLIST_SRC}; \
- fi
-
test:
@${ECHO} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh