summaryrefslogtreecommitdiffstats
path: root/net/scotty3/Makefile
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-08-18 19:48:45 +0000
committerhoek <hoek@FreeBSD.org>1998-08-18 19:48:45 +0000
commitda125f47545e9481117bd2ebd41ec85d07b9883e (patch)
tree1e886cf87a66cc78bda77c49014a1277573af087 /net/scotty3/Makefile
parent96dc2c24a27f1846a6c4201dd983627b056a35ef (diff)
downloadFreeBSD-ports-da125f47545e9481117bd2ebd41ec85d07b9883e.zip
FreeBSD-ports-da125f47545e9481117bd2ebd41ec85d07b9883e.tar.gz
This netted the largest set of mis-installed manpages, yet!
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r--net/scotty3/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index 90efa3f..a959515 100644
--- a/net/scotty3/Makefile
+++ b/net/scotty3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.27 1998/04/14 02:10:05 asami Exp $
+# $Id: Makefile,v 1.28 1998/08/07 23:56:44 asami Exp $
#
DISTNAME= scotty-2.1.8
@@ -25,20 +25,11 @@ MAN8= ntping.8 straps.8
MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \
mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \
syslog.n udp.n
-PLIST= ${PKGDIR}/PLIST.tmp
+PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION}
+FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r`
pre-install:
@cd ${WRKSRC};make sinstall
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
- @sed "s,@FREEBSD_VERSION@,$$(uname -m)-$$(uname)-$$(uname -r)," pkg/PLIST >/tmp/PLIST
-.if defined(NOMANCOMPRESS)
- @sed "s,@GZIP@,," /tmp/PLIST >pkg/PLIST.tmp
-.else
- @sed "s,@GZIP@,.gz," /tmp/PLIST >pkg/PLIST.tmp
-.endif
- @${RM} /tmp/PLIST
-
-pre-clean:
- @${RM} -f pkg/PLIST.tmp
.include <bsd.port.mk>
OpenPOWER on IntegriCloud