aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-02-24 19:32:59 +0800
committernik <nik@FreeBSD.org>2001-02-24 19:32:59 +0800
commit03b77ff1b106c720c1dce589ac94ab8e3a4ddd43 (patch)
tree400058df3f763c8b80eef5aa64a01d8bf3b95eaf /graphics
parent6311705b778bddc11094744b8369e9b4bce879e5 (diff)
downloadfreebsd-ports-gnome-03b77ff1b106c720c1dce589ac94ab8e3a4ddd43.tar.gz
freebsd-ports-gnome-03b77ff1b106c720c1dce589ac94ab8e3a4ddd43.tar.zst
freebsd-ports-gnome-03b77ff1b106c720c1dce589ac94ab8e3a4ddd43.zip
Use a different install mechanism, which should rewritete the #! line
properly. Bump PORTREVISION.
Diffstat (limited to 'graphics')
-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>