summaryrefslogtreecommitdiff
path: root/net/spegla
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-15 16:27:53 +0000
committerjmmv <jmmv>2003-09-15 16:27:53 +0000
commit0e0e0569e59a822dc448f13f85975c78992edba5 (patch)
treeec6116f00b9f91687f9cdd4db72e0de767e282cb /net/spegla
parent9f3908595c401ed48d0962aa9e26c4fe0b25aa19 (diff)
downloadpkgsrc-0e0e0569e59a822dc448f13f85975c78992edba5.tar.gz
Add MANINSTALL to BUILD_DEFS for completeness.
Diffstat (limited to 'net/spegla')
-rw-r--r--net/spegla/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/spegla/Makefile b/net/spegla/Makefile
index 0cf39ed008d..01ca9ffcf74 100644
--- a/net/spegla/Makefile
+++ b/net/spegla/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/17 18:19:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/09/15 16:27:55 jmmv Exp $
DISTNAME= spegla-1.1
CATEGORIES= net
@@ -11,6 +11,10 @@ COMMENT= Mirror program for FTP sites (written in C)
MANCOMPRESSED_IF_MANZ= yes
PLIST_SRC= ${WRKDIR}/PLIST
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+= MANINSTALL
+
post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@for OPT in ${MANINSTALL} x; do \