aboutsummaryrefslogtreecommitdiffstats
path: root/games/xspacewarp/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-10-15 03:49:51 +0800
committerade <ade@FreeBSD.org>2000-10-15 03:49:51 +0800
commit0b665dcf8f0c16995a8169b9cfaa722650a8cec1 (patch)
treee0e5928036336f013da2f7e6b86179e3dc5f4219 /games/xspacewarp/Makefile
parentdd6c9792c3ceaba29351e57eaa0cfd3d14156cbd (diff)
downloadfreebsd-ports-graphics-0b665dcf8f0c16995a8169b9cfaa722650a8cec1.tar.gz
freebsd-ports-graphics-0b665dcf8f0c16995a8169b9cfaa722650a8cec1.tar.zst
freebsd-ports-graphics-0b665dcf8f0c16995a8169b9cfaa722650a8cec1.zip
Fix Imakefile breakage under XFree86 4.x
Respect CXX/CXXFLAGS PR: 21977 Submitted by: Ports Fury
Diffstat (limited to 'games/xspacewarp/Makefile')
-rw-r--r--games/xspacewarp/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile
index 11c7feb96f8..95788582743 100644
--- a/games/xspacewarp/Makefile
+++ b/games/xspacewarp/Makefile
@@ -5,18 +5,18 @@
# $FreeBSD$
#
-PORTNAME= xspacewarp
-PORTVERSION= 1.2
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+PORTNAME= xspacewarp
+PORTVERSION= 1.2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-USE_IMAKE= yes
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin
- @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp
+post-extract:
+ @${CP} ${WRKSRC}/XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad
.include <bsd.port.mk>