summaryrefslogtreecommitdiff
path: root/net/spegla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/spegla/Makefile')
-rw-r--r--net/spegla/Makefile24
1 files changed, 17 insertions, 7 deletions
diff --git a/net/spegla/Makefile b/net/spegla/Makefile
index 9df0b19d1ef..e4774d4231e 100644
--- a/net/spegla/Makefile
+++ b/net/spegla/Makefile
@@ -1,12 +1,22 @@
-# $NetBSD: Makefile,v 1.2 1999/07/02 08:37:27 agc Exp $
-#
+# $NetBSD: Makefile,v 1.3 1999/11/25 19:46:19 tron Exp $
-DISTNAME= spegla-1.04
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
- ftp://subzero.campus.luth.se/pub/spegla/
+DISTNAME= spegla-1.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.luth.se/pub/unix/mirror/ \
+ ftp://subzero.campus.luth.se/pub/spegla/
+
+MAINTAINER= jnilsson@ludd.luth.se
-MAINTAINER= jnilsson@ludd.luth.se
MANCOMPRESSED_IF_MANZ= yes
+PLIST_SRC= ${WRKDIR}/PLIST
+
+post-install:
+ @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
+ @for OPT in ${MANINSTALL} x; do \
+ case $$OPT in \
+ catinstall) ${ECHO} man/cat1/spegla.0 >>${PLIST_SRC};; \
+ maninstall) ${ECHO} man/man1/spegla.1 >>${PLIST_SRC};; \
+ esac; \
+ done
.include "../../mk/bsd.pkg.mk"