diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:24:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:24:08 +0800 |
commit | 21d8e32b258343b1523ff7ecfd60b28da0102a04 (patch) | |
tree | 685df038c0c4c13df77401381d5153d63c27cffb /print | |
parent | 711b82186690bea8b2d3a8a24fa37f4295c9a95e (diff) | |
download | freebsd-ports-gnome-21d8e32b258343b1523ff7ecfd60b28da0102a04.tar.gz freebsd-ports-gnome-21d8e32b258343b1523ff7ecfd60b28da0102a04.tar.zst freebsd-ports-gnome-21d8e32b258343b1523ff7ecfd60b28da0102a04.zip |
Clean up Makefile
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-Text-PDF/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index ef7fae33ecb5..ce3e4b53cfec 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -13,14 +13,10 @@ COMMENT= PDF manipulation module LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} - USES= perl5 USE_PERL5= configure -NO_ARCH= yes -post-patch: - @${RM} ${WRKSRC}/pm_to_blib +NO_ARCH= yes post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Text/PDF/examples |