aboutsummaryrefslogtreecommitdiffstats
path: root/games/xskewb
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-04-02 12:04:41 +0800
committerhoek <hoek@FreeBSD.org>1998-04-02 12:04:41 +0800
commite2efce2683119abb153dda05d2d42c1217a10d66 (patch)
treeac530188b401983c7e5e949b86be2c0dd8a10c52 /games/xskewb
parent088103b701942c7ff08ea732455d5712d8c8b6aa (diff)
downloadfreebsd-ports-gnome-e2efce2683119abb153dda05d2d42c1217a10d66.tar.gz
freebsd-ports-gnome-e2efce2683119abb153dda05d2d42c1217a10d66.tar.zst
freebsd-ports-gnome-e2efce2683119abb153dda05d2d42c1217a10d66.zip
Let's all just pretend we never saw this, ok? ;-)
Diffstat (limited to 'games/xskewb')
-rw-r--r--games/xskewb/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/xskewb/Makefile b/games/xskewb/Makefile
index 47a001335eaa..df569bfed710 100644
--- a/games/xskewb/Makefile
+++ b/games/xskewb/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 March 1998
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/02 03:56:42 hoek Exp $
#
DISTNAME= xskewb-5.4.3
@@ -17,9 +17,12 @@ WRKSRC= ${WRKDIR}/xskewb
USE_IMAKE= yes
MAN1= xskewb.1
+# Not configured to use Motif.
+# Optionally edit ${WRKSRC}/Imakefile before build.
+
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin
- @ ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb
- @ ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1
+ @${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb
+ @${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1
.include <bsd.port.mk>