summaryrefslogtreecommitdiff
path: root/games/xdino/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xdino/Makefile')
-rw-r--r--games/xdino/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/xdino/Makefile b/games/xdino/Makefile
index 0ae62b996212..cc68315fa8f1 100644
--- a/games/xdino/Makefile
+++ b/games/xdino/Makefile
@@ -1,12 +1,12 @@
-# New ports collection makefile for: xdino
-# Version required: 5.4.4
-# Date created: 12 October 1996
-# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
+# New ports collection makefile for: xdino
+# Version required: 5.5.2
+# Date created: 12 October 1996
+# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= xdino-5.4.4
+DISTNAME= xdino-5.5.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/xpuzzles
@@ -18,9 +18,9 @@ USE_IMAKE= yes
MAN1= xdino.1
MANCOMPRESSED= no
-post-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
- @${INSTALL_MAN} ${WRKSRC}/xdino.man ${PREFIX}/man/man1/xdino.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
+ ${INSTALL_MAN} ${WRKSRC}/xdino.man ${PREFIX}/man/man1/xdino.1
.include <bsd.port.mk>