From 23f3e49a0a73c0a8f1928c504a48437b5431881f Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 18 Jun 2006 00:56:11 +0000 Subject: Fixed pkglint warnings regarding the SUBST block. --- devel/elfsh/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile index a744d8b6f04..de9819fca24 100644 --- a/devel/elfsh/Makefile +++ b/devel/elfsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:14 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/18 00:56:11 rillig Exp $ # VERS= 0.51b3 @@ -17,10 +17,12 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_GNU_READLINE= yes +SUBST_CLASSES+= elfsh SUBST_STAGE.elfsh= post-patch +SUBST_MESSAGE.elfsh= Filling placeholders. SUBST_FILES.elfsh= vm/include/elfsh.h -SUBST_SED.elfsh= -e s,@@SH@@,${SH}, -e s,@@PREFIX@@,${PREFIX}, -SUBST_CLASSES+= elfsh +SUBST_SED.elfsh= -e s,@@SH@@,${SH}, +SUBST_SED.elfsh+= -e s,@@PREFIX@@,${PREFIX}, # XXX This package should be converted to use libtool -- cgit v1.2.3