diff options
author | agc <agc> | 1998-11-16 15:27:28 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-16 15:27:28 +0000 |
commit | 2ac5d07ee6920d8ecd0f00cec6d03c3e1595924e (patch) | |
tree | 3652ee98cc35a367fb1d88b0e69e43211b1bff67 /net/scotty | |
parent | 88937ab3a2ac47b4a3e5f0840d9bbcfc6c8ec000 (diff) | |
download | pkgsrc-2ac5d07ee6920d8ecd0f00cec6d03c3e1595924e.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/scotty')
-rw-r--r-- | net/scotty/Makefile | 4 |
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" |