diff options
Diffstat (limited to 'games/xtriangles/Makefile')
-rw-r--r-- | games/xtriangles/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/xtriangles/Makefile b/games/xtriangles/Makefile index b35bda6..33d4976 100644 --- a/games/xtriangles/Makefile +++ b/games/xtriangles/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: xtriangles -# 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: xtriangles +# Version required: 5.5.2 +# Date created: 12 October 1996 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= xtriangles-5.4.4 +DISTNAME= xtriangles-5.5.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles @@ -18,10 +18,10 @@ USE_IMAKE= yes MAN1= xtriangles.1 MANCOMPRESSED= no -post-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/Triangles.ad \ - ${PREFIX}/lib/X11/app-defaults/Triangles - @${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${PREFIX}/man/man1/xtriangles.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xtriangles ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Triangles.ad \ + ${PREFIX}/lib/X11/app-defaults/Triangles + ${INSTALL_MAN} ${WRKSRC}/xtriangles.man ${PREFIX}/man/man1/xtriangles.1 .include <bsd.port.mk> |