aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgb-bin/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-11-27 02:10:01 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-11-27 02:10:01 +0000
commit64eb9da0e277fd538590a1ec0018055021e75580 (patch)
tree2cd8c8cf70804bbe08e25c1ff89f671201ddd639 /emulators/vgb-bin/Makefile
parent339e20ffc25a5ee0b4feeae504dc11659aa03b5b (diff)
downloadports-64eb9da0e277fd538590a1ec0018055021e75580.tar.gz
ports-64eb9da0e277fd538590a1ec0018055021e75580.zip
Update to version 20. Unfortunaly, there are no
demos on this version.
Notes
Notes: svn path=/head/; revision=35458
Diffstat (limited to 'emulators/vgb-bin/Makefile')
-rw-r--r--emulators/vgb-bin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile
index 4f0a2ffce1e7..05876a2c7f55 100644
--- a/emulators/vgb-bin/Makefile
+++ b/emulators/vgb-bin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vgb
-PORTVERSION= 17
+PORTVERSION= 20
CATEGORIES= emulators
MASTER_SITES= http://www.komkon.org/fms/VGB/
PKGNAMESUFFIX= -bin
@@ -18,7 +18,7 @@ MAINTAINER= lioux@FreeBSD.org
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
NO_BUILD= no
-WRKSRC= ${WRKDIR}/GB
+NO_WRKSUBDIR= no
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
@@ -34,12 +34,8 @@ do-install:
@${INSTALL_DIR} ${PREFIX}/share/vgb
@${INSTALL_DATA} ${WRKSRC}/CART.GB ${PREFIX}/share/vgb
.if !defined(NOPORTDOCS)
- ${INSTALL_DIR} ${PREFIX}/share/doc/vgb ${PREFIX}/share/doc/vgb/demos
+ @${INSTALL_DIR} ${PREFIX}/share/doc/vgb
@${INSTALL_DATA} ${WRKSRC}/VGB.html ${PREFIX}/share/doc/vgb
- @for i in ${WRKSRC}/demos/* ; \
- do \
- ${INSTALL_DATA} $${i} ${PREFIX}/share/doc/vgb/demos ; \
- done
.endif # !defined(NOPORTDOCS)
.include <bsd.port.mk>