aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-07-14 15:41:50 +0800
committererwin <erwin@FreeBSD.org>2004-07-14 15:41:50 +0800
commita53d007c37ecf24a30f317c9a2af8416c24a8d7d (patch)
tree62fcbb93a076e0e20dc1a7ca06b85ac77365a55f /archivers
parent43e39f166447012c21e7d12f958980ee81a3478a (diff)
downloadfreebsd-ports-gnome-a53d007c37ecf24a30f317c9a2af8416c24a8d7d.tar.gz
freebsd-ports-gnome-a53d007c37ecf24a30f317c9a2af8416c24a8d7d.tar.zst
freebsd-ports-gnome-a53d007c37ecf24a30f317c9a2af8416c24a8d7d.zip
Correctly use bsd.port.(pre|post).mk
PR: 69025 Submitted by: Wesley Shields <wxs@csh.rit.edu>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Zip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
index a88f2baf6bcf..d8002256c4d2 100644
--- a/archivers/p5-Archive-Zip/Makefile
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -23,9 +23,11 @@ PERL_CONFIGURE= yes
MAN3= Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
+
+.include <bsd.port.post.mk>