summaryrefslogtreecommitdiffstats
path: root/lang/perl5.12/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-10-03 13:30:29 +0000
committermat <mat@FreeBSD.org>2013-10-03 13:30:29 +0000
commit78941bddf8546881f2413f0c8420d98b55f498ee (patch)
tree8fb854bf07ad99cdd0195fef7ce1e22208516c31 /lang/perl5.12/Makefile
parent8a47fdeee00f3605f432a60bc652c9133a9ba987 (diff)
downloadFreeBSD-ports-78941bddf8546881f2413f0c8420d98b55f498ee.zip
FreeBSD-ports-78941bddf8546881f2413f0c8420d98b55f498ee.tar.gz
- Fixup staging with pkgng.
- Always use new LIB_DEPENDS format. Pointy hat to: myself
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r--lang/perl5.12/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index dd6d23d..d3874f6 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/Makefile
@@ -101,7 +101,7 @@ CONFIGURE_ARGS+= -Doptimize="${CFLAGS}"
.if ${PORT_OPTIONS:MGDBM}
CONFIGURE_ARGS+= -Di_gdbm
-LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.else
CONFIGURE_ARGS+= -Ui_gdbm
.endif
@@ -194,6 +194,9 @@ post-patch:
.endif
post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/man/man3
+ @${MKDIR} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto
+ @${MKDIR} ${STAGEDIR}${SITE_PERL}/auto
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION}
.if ${OSVERSION} >= 900022
@${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PERL_VER}.conf
OpenPOWER on IntegriCloud