From ba16772f67a15ca5e394dab090ab7ff334e3e0b4 Mon Sep 17 00:00:00 2001 From: Michael Landin Date: Mon, 14 Feb 2005 11:17:33 +0000 Subject: o Fix USE_GCC flag[1] o add %%DOCSDIR%% macro while I'm here to make portlint(1) happy Submitted by: John Cochran [1] PR: ports/77406 [1] --- games/nibbles/Makefile | 2 +- games/nibbles/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'games/nibbles') 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%% -- cgit v1.2.3