summaryrefslogtreecommitdiff
path: root/graphics/aview
diff options
context:
space:
mode:
authoragc <agc>2002-02-05 21:34:55 +0000
committeragc <agc>2002-02-05 21:34:55 +0000
commitfcb168e832a0edeab37ac00de83e3ee35db85924 (patch)
tree645d03161c96e9421fae1bccf945ed18e2a44765 /graphics/aview
parent680d452c28cdc5bdbd5ad6628df99a21a3d8f41a (diff)
downloadpkgsrc-fcb168e832a0edeab37ac00de83e3ee35db85924.tar.gz
Don't set FILES_SUBST_SED explicitly - instead, use the one in
bsd.pkg.install.mk. Provided in PR 15500 by Lubomir Sedlacik <salo@Xtrmntr.org>
Diffstat (limited to 'graphics/aview')
-rw-r--r--graphics/aview/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile
index b905d5539ac..c0e93ad1d5d 100644
--- a/graphics/aview/Makefile
+++ b/graphics/aview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/30 12:05:27 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/02/05 21:34:55 agc Exp $
#
DISTNAME= aview-1.3.0rc1
@@ -23,11 +23,10 @@ USE_BUILDLINK_ONLY= yes
.include "../../mk/bsd.prefs.mk"
.if (${MACHINE_ARCH} == "i386")
-FILES_SUBST= BIN_PROGRAMS="aview aaflip"
+FILES_SUBST+= BIN_PROGRAMS="aview aaflip"
.else
-FILES_SUBST= BIN_PROGRAMS="aview"
+FILES_SUBST+= BIN_PROGRAMS="aview"
.endif
-FILES_SUBST_SED= ${FILES_SUBST:S/=/@!/:S/$/!g/:S/^/-e s!@/}
pre-configure:
@${SED} ${FILES_SUBST_SED} ${WRKSRC}/Makefile.in > ${WRKDIR}/Makefile.in
@@ -49,4 +48,5 @@ post-install:
.include "../../graphics/aalib/buildlink.mk"
.include "../../graphics/netpbm/buildlink.mk"
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"