aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2005-02-14 19:17:33 +0800
committermich <mich@FreeBSD.org>2005-02-14 19:17:33 +0800
commitb04169578a3919353717bafc623b2171baf1b76c (patch)
treec4e4ad485d4bdca80633b97613c6b55ba9b19b93 /games
parent5025e9a493690a5aab442564f34b69fe44005773 (diff)
downloadfreebsd-ports-gnome-b04169578a3919353717bafc623b2171baf1b76c.tar.gz
freebsd-ports-gnome-b04169578a3919353717bafc623b2171baf1b76c.tar.zst
freebsd-ports-gnome-b04169578a3919353717bafc623b2171baf1b76c.zip
o Fix USE_GCC flag[1]
o add %%DOCSDIR%% macro while I'm here to make portlint(1) happy Submitted by: John Cochran <jdc@fiawol.org> [1] PR: ports/77406 [1]
Diffstat (limited to 'games')
-rw-r--r--games/nibbles/Makefile2
-rw-r--r--games/nibbles/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile
index 53ff3f857799..be671d761d48 100644
--- a/games/nibbles/Makefile
+++ b/games/nibbles/Makefile
@@ -16,7 +16,7 @@ COMMENT= Nibbles is a simple ncurses-based console game
LDFLAGS+= -L${LOCALBASE}/lib -lncurses
CFLAGS+= -Wall
-USE_GCC= yes
+USE_GCC= 2.7+
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
diff --git a/games/nibbles/pkg-plist b/games/nibbles/pkg-plist
index 42589e46a53c..b214b7567cc0 100644
--- a/games/nibbles/pkg-plist
+++ b/games/nibbles/pkg-plist
@@ -1,3 +1,3 @@
bin/nibbles
-share/doc/nibbles/README
-@dirrm share/doc/nibbles
+%%PORTDOCS%%%%DOCSDIR%%/README
+@dirrm %%DOCSDIR%%