diff options
author | rillig <rillig> | 2006-06-18 00:56:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-18 00:56:11 +0000 |
commit | 7c037230ff17c7003732d2ada386ffcf73a45e41 (patch) | |
tree | e13eeb8a7439f79e307193d4ffb225a4adf66015 /devel/elfsh | |
parent | 23e7bab06ec85b451c65054c955cf39746e786eb (diff) | |
download | pkgsrc-7c037230ff17c7003732d2ada386ffcf73a45e41.tar.gz |
Fixed pkglint warnings regarding the SUBST block.
Diffstat (limited to 'devel/elfsh')
-rw-r--r-- | devel/elfsh/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |