aboutsummaryrefslogtreecommitdiff
path: root/graphics/eps2png
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-10 07:08:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-10 07:08:19 +0000
commit7d4d7d0a5113610ebb649baaedd73330122405cc (patch)
treeab111fdf9882bc6d176a65f50abb684fc6cf6038 /graphics/eps2png
parent04efd0146e954dafc1b5397ca332d4e28dd9b8ba (diff)
downloadports-7d4d7d0a5113610ebb649baaedd73330122405cc.tar.gz
ports-7d4d7d0a5113610ebb649baaedd73330122405cc.zip
Notes
Diffstat (limited to 'graphics/eps2png')
-rw-r--r--graphics/eps2png/Makefile2
-rw-r--r--graphics/eps2png/pkg-plist2
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile
index e44d9ff2ed73..61635c1c7fc8 100644
--- a/graphics/eps2png/Makefile
+++ b/graphics/eps2png/Makefile
@@ -19,6 +19,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
USE_PERL5= yes
PERL_CONFIGURE= yes
+MAN1= eps2png.1
+
do-install:
@cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install
diff --git a/graphics/eps2png/pkg-plist b/graphics/eps2png/pkg-plist
index f5d2d867f208..29214ff88ced 100644
--- a/graphics/eps2png/pkg-plist
+++ b/graphics/eps2png/pkg-plist
@@ -1 +1,3 @@
bin/eps2png
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/eps2png/.packlist
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/eps2png 2>/dev/null || true