diff options
Diffstat (limited to 'graphics/eps2png')
-rw-r--r-- | graphics/eps2png/Makefile | 2 | ||||
-rw-r--r-- | graphics/eps2png/pkg-plist | 2 |
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 |