aboutsummaryrefslogtreecommitdiff
path: root/emulators/gxemul/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-06-14 21:19:11 +0000
committerWarner Losh <imp@FreeBSD.org>2010-06-14 21:19:11 +0000
commit2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66 (patch)
tree2af6c162fd86c31fa12f17ed26663199938cb8f8 /emulators/gxemul/Makefile
parent8b1904c105dbd4035624fa5c153d5bcdbc4f9788 (diff)
downloadports-2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66.tar.gz
ports-2276a90387d1aaf3695b3d0b03f6cf6bfe73cf66.zip
Upgrade to latest gxemul 0.6.0.
Submitted by: Tassilo Philipp Feature safe: yes
Notes
Notes: svn path=/head/; revision=256539
Diffstat (limited to 'emulators/gxemul/Makefile')
-rw-r--r--emulators/gxemul/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index f298389cbad4..b6b348c4a158 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gxemul
-PORTVERSION= 0.4.7.2
+PORTVERSION= 0.6.0
CATEGORIES= emulators
MASTER_SITES= http://gxemul.sourceforge.net/src/ \
http://gavare.se/gxemul/src/
@@ -43,7 +43,11 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/man/gxemul.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ ${MKDIR} -p ${DOCSDIR}/components
+ ${MKDIR} -p ${DOCSDIR}/machines
+ ${INSTALL_DATA} ${WRKSRC}/doc/components/* ${DOCSDIR}/components
+ ${INSTALL_DATA} ${WRKSRC}/doc/machines/* ${DOCSDIR}/machines
+ ${INSTALL_DATA} `find ${WRKSRC}/doc/ -type f -depth 1` ${DOCSDIR}
.endif
.include <bsd.port.post.mk>