diff options
author | mich <mich@FreeBSD.org> | 2005-02-14 11:17:33 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2005-02-14 11:17:33 +0000 |
commit | b04169578a3919353717bafc623b2171baf1b76c (patch) | |
tree | c4e4ad485d4bdca80633b97613c6b55ba9b19b93 /games/nibbles | |
parent | 5025e9a493690a5aab442564f34b69fe44005773 (diff) | |
download | FreeBSD-ports-b04169578a3919353717bafc623b2171baf1b76c.zip FreeBSD-ports-b04169578a3919353717bafc623b2171baf1b76c.tar.gz |
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/nibbles')
-rw-r--r-- | games/nibbles/Makefile | 2 | ||||
-rw-r--r-- | games/nibbles/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile index 53ff3f8..be671d7 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 42589e4..b214b75 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%% |