aboutsummaryrefslogtreecommitdiff
path: root/graphics/xzgv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xzgv/Makefile')
-rw-r--r--graphics/xzgv/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index a3bf37e428fd..8a52243ab9dd 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -16,11 +16,16 @@ MAINTAINER= nosuzuki@e-mail.ne.jp
USE_GMAKE= yes
USE_IMLIB= yes
+USE_X_PREFIX= yes
MAN1= xzgv.1
+post-patch:
+ @${PERL} -pi -e "s:usr/local:${PREFIX}:g" ${WRKSRC}/config.mk
+
post-install:
- strip ${PREFIX}/bin/xzgv
+ ${ECHO} ${PREFIX}
+ strip -s ${PREFIX}/bin/xzgv
install-info ${PREFIX}/info/xzgv ${PREFIX}/info/dir
.include <bsd.port.mk>