aboutsummaryrefslogtreecommitdiff
path: root/graphics/eps2png
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-02-24 11:32:59 +0000
committerNik Clayton <nik@FreeBSD.org>2001-02-24 11:32:59 +0000
commit785746f35f7162322aeb138ef664eb50a9c99aec (patch)
treef19691e31d3a983a998eb2c8c1f6148bd6567373 /graphics/eps2png
parent8cad1e04e68b242c38488b5fc08cfd11c0ad71c3 (diff)
downloadports-785746f35f7162322aeb138ef664eb50a9c99aec.tar.gz
ports-785746f35f7162322aeb138ef664eb50a9c99aec.zip
Notes
Diffstat (limited to 'graphics/eps2png')
-rw-r--r--graphics/eps2png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile
index 84dd6689c90d..e44d9ff2ed73 100644
--- a/graphics/eps2png/Makefile
+++ b/graphics/eps2png/Makefile
@@ -7,6 +7,7 @@
PORTNAME= eps2png
PORTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans
@@ -19,7 +20,6 @@ USE_PERL5= yes
PERL_CONFIGURE= yes
do-install:
- ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/script/${PORTNAME} ${PREFIX}/bin
-
+ @cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ${MAKE} INSTALLSCRIPT=${PREFIX}/bin install
.include <bsd.port.mk>