summaryrefslogtreecommitdiff
path: root/security/isakmpd/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2000-11-25 23:51:17 +0000
committerkim <kim@pkgsrc.org>2000-11-25 23:51:17 +0000
commitd07320dcfc2f87c0bbcc6a7cefc7408f75db4a7f (patch)
tree240aea4e6b9e98b9b20134185f0cd0b8b70bcf5f /security/isakmpd/Makefile
parent52abccf3d9ae3f21c434cf5591c12dd7916f0a8f (diff)
downloadpkgsrc-d07320dcfc2f87c0bbcc6a7cefc7408f75db4a7f.tar.gz
BSD-style Makefiles require special handling of manual pages.
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r--security/isakmpd/Makefile19
1 files changed, 18 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 9bef5a8d3b9..e8966e45cc4 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/09/25 04:00:15 fredb Exp $
+# $NetBSD: Makefile,v 1.11 2000/11/25 23:51:17 kim Exp $
#
DISTNAME= isakmpd-000915-snap
@@ -19,4 +19,21 @@ IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD"
ALL_TARGET= depend all
+PLIST_SRC= ${WRKDIR}/PLIST
+
+MANCOMPRESSED= ${MANZ}
+
+pre-install:
+ @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
+ @for OPT in ${MANINSTALL} broken-solaris-needs-this; do \
+ case $$OPT in \
+ catinstall) \
+ ${CAT} ${PKGDIR}/PLIST.cat >> ${PLIST_SRC}; \
+ ;; \
+ maninstall) \
+ ${CAT} ${PKGDIR}/PLIST.man >> ${PLIST_SRC}; \
+ ;; \
+ esac; \
+ done
+
.include "../../mk/bsd.pkg.mk"