diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:52:25 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-11 06:52:25 +0000 |
commit | e43f0e30c211dc18416e8f26317c3296683526a4 (patch) | |
tree | 83156a44f9384783c8e2e1eb3a66446c65fae3bf /graphics/xzgv/Makefile | |
parent | Support CC/CFLAGS properly. (diff) |
Update to version 0.6
PR: 22764
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=34990
Diffstat (limited to 'graphics/xzgv/Makefile')
-rw-r--r-- | graphics/xzgv/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 8a52243ab9dd..ff6ce81ca295 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xzgv -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= graphics MASTER_SITES= http://xzgv.browser.org/ \ ${MASTER_SITE_SUNSITE} @@ -21,11 +21,7 @@ USE_X_PREFIX= yes MAN1= xzgv.1 post-patch: - @${PERL} -pi -e "s:usr/local:${PREFIX}:g" ${WRKSRC}/config.mk + @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/config.mk -post-install: - ${ECHO} ${PREFIX} - strip -s ${PREFIX}/bin/xzgv - install-info ${PREFIX}/info/xzgv ${PREFIX}/info/dir .include <bsd.port.mk> |