summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-11-16 15:27:28 +0000
committeragc <agc@pkgsrc.org>1998-11-16 15:27:28 +0000
commit0d8c4bb0d7fbf8af70ea9e7e5130c0b133c1afc8 (patch)
tree3652ee98cc35a367fb1d88b0e69e43211b1bff67 /net
parentd057cbcffde7e73362e84b4f08cd5930c689f349 (diff)
downloadpkgsrc-0d8c4bb0d7fbf8af70ea9e7e5130c0b133c1afc8.tar.gz
Don't use an extra PLIST_SRC file - all the substitutions are already
made to the PLIST file in bsd.pkg.mk (${MACHINE_ARCH}, ${OPSYS} and ${OS_VERSION}).
Diffstat (limited to 'net')
-rw-r--r--net/scotty/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index d3e3cd66d40..bf11523f610 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1998/09/18 17:45:08 agc Exp $
+# $NetBSD: Makefile,v 1.15 1998/11/16 15:27:28 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp
#
@@ -17,7 +17,6 @@ CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
-PLIST_SRC= ${WRKDIR}/PLIST-src
post-extract:
@${RM} -f ${WRKSRC}/../doc/http.n
@@ -25,6 +24,5 @@ post-extract:
pre-install:
@cd ${WRKSRC};make sinstall
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
- @${SED} "s,@NETBSD_VERSION@,$$(uname -m)-$$(uname)-$$(uname -r)," ${PKGDIR}/PLIST >${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"