diff options
author | agc <agc@pkgsrc.org> | 1999-08-13 10:43:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-13 10:43:14 +0000 |
commit | ba50ff4895bca7309c6df57acaa0932b0c2d33cf (patch) | |
tree | 2d64a9a96aa68d3130f00f4728caa39497305a1f /misc | |
parent | 7c240a7a0e45ca76334a27b61cea06a1ee37a624 (diff) | |
download | pkgsrc-ba50ff4895bca7309c6df57acaa0932b0c2d33cf.tar.gz |
Use ${DISTNAME} rather than @DISTNAME@, to be consistent with the
other substitutions that are done in bsd.pkg.mk when constructing the
PLIST file.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/Makefile | 4 | ||||
-rw-r--r-- | misc/screen/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 529f03ad2a8..b63572a6836 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/08/13 09:37:28 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/08/13 10:43:14 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -17,6 +17,6 @@ PLIST_SRC= ${WRKDIR}/PLIST-src post-install: @${MKDIR} ${PREFIX}/share/examples/screen ${INSTALL_DATA} ${WRKSRC}/etc/etcscreenrc ${PREFIX}/share/examples/screen/screenrc - ${SED} -e 's|@DISTNAME@|${DISTNAME}|g' ${PKGDIR}/PLIST > ${PLIST_SRC} + ${SED} -e 's|\$${DISTNAME}|${DISTNAME}|g' ${PKGDIR}/PLIST > ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/misc/screen/pkg/PLIST b/misc/screen/pkg/PLIST index f082bccb776..bb568125238 100644 --- a/misc/screen/pkg/PLIST +++ b/misc/screen/pkg/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.11 1999/08/13 09:37:29 agc Exp $ +@comment $NetBSD: PLIST,v 1.12 1999/08/13 10:43:15 agc Exp $ bin/screen -bin/@DISTNAME@ +bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info |