security/p5-Net-DNS-SEC: remove no-op SUBST block
There is no chance that line 1 contains an include argument, after being sent through REPLACE_PERL. And even then, including a relative path would not make sense.
This commit is contained in:
parent
1c6ed8a8c8
commit
c0d2817632
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.48 2020/01/26 17:32:05 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2020/03/22 20:48:34 rillig Exp $
|
||||
|
||||
DISTNAME= Net-DNS-SEC-1.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -27,11 +27,6 @@ EGSUBDIR= share/examples/${PKGBASE}
|
|||
|
||||
INSTALLATION_DIRS+= ${DOCSUBDIR} ${EGSUBDIR}
|
||||
|
||||
SUBST_CLASSES+= p5nds
|
||||
SUBST_STAGE.p5nds= post-install
|
||||
SUBST_FILES.p5nds= demo/getkeyset
|
||||
SUBST_SED.p5nds= -e "1s,-I./blib/lib,,"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCSUBDIR}
|
||||
.for f in getkeyset key2ds make-signed-keyset
|
||||
|
|
Loading…
Reference in a new issue