aboutsummaryrefslogtreecommitdiffstats
path: root/games/rubix
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-10 02:13:38 +0800
committerkrion <krion@FreeBSD.org>2004-05-10 02:13:38 +0800
commit6291a6533bba0a47b367135d44ae0a5d0596cd09 (patch)
tree40bdf872616369d36d61a828d2f9a772491e0a09 /games/rubix
parentaa94f597d4b44563b9d46cc9d45232506dd155ad (diff)
downloadfreebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.tar.gz
freebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.tar.zst
freebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.zip
- Update to version 1.0.5
PR: ports/66393 Submitted by: Ports Fury
Diffstat (limited to 'games/rubix')
-rw-r--r--games/rubix/Makefile12
-rw-r--r--games/rubix/distinfo4
-rw-r--r--games/rubix/pkg-plist7
3 files changed, 10 insertions, 13 deletions
diff --git a/games/rubix/Makefile b/games/rubix/Makefile
index 68997b9ef49a..8329eb2b21f6 100644
--- a/games/rubix/Makefile
+++ b/games/rubix/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rubix
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= games
MASTER_SITES= http://sed.free.fr/rubix/
@@ -17,15 +16,20 @@ COMMENT= Another Rubik's cube game with a rather interesting interface
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-ALL_TARGET= ${PORTNAME}
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \
XINC="-I${X11BASE}/include" XLIB="-L${X11BASE}/lib -lX11"
+ALL_TARGET= ${PORTNAME}
+
+PORTDOCS= ${DOCFILES}
+PLIST_FILES= bin/rubix
+
+DOCFILES= AUTHORS BUGS INSTALL README TODO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
.if !defined(NOPORTDOCS)
-.for file in AUTHORS BUGS INSTALL README TODO
@${MKDIR} ${DOCSDIR}
+.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/games/rubix/distinfo b/games/rubix/distinfo
index d4d24007c58d..ed5854394498 100644
--- a/games/rubix/distinfo
+++ b/games/rubix/distinfo
@@ -1,2 +1,2 @@
-MD5 (rubix-1.0.4.tar.bz2) = 887d224cda59e5d711cc6365ab7bba04
-SIZE (rubix-1.0.4.tar.bz2) = 24353
+MD5 (rubix-1.0.5.tar.bz2) = cb5c672eb9dd6286c292d0408dbec26d
+SIZE (rubix-1.0.5.tar.bz2) = 24525
diff --git a/games/rubix/pkg-plist b/games/rubix/pkg-plist
deleted file mode 100644
index 89f3e3df01ab..000000000000
--- a/games/rubix/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/rubix
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%