Removed WRAPPER_DEBUG from Makefile
This commit is contained in:
parent
fd14ec3b79
commit
4bea237d67
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.20 2016/02/03 13:02:50 jaapb Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2016/02/03 13:16:31 jaapb Exp $
|
||||
|
||||
DISTNAME= pcre-ocaml-7.1.6
|
||||
PKGNAME= ${DISTNAME} # avoid prefixing with ocaml
|
||||
|
@ -20,7 +20,6 @@ MAKE_JOBS_SAFE= no
|
|||
|
||||
EGDIR= ${PREFIX}/share/examples/pcre-ocaml
|
||||
INSTALLATION_DIRS+= ${EGDIR}
|
||||
WRAPPER_DEBUG= yes
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC}/examples && pax -rw -pm . ${DESTDIR}${EGDIR}
|
||||
|
|
Loading…
Reference in a new issue