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]
This commit is contained in:
parent
b08fd53595
commit
ba16772f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128766
2 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/nibbles
|
||||
share/doc/nibbles/README
|
||||
@dirrm share/doc/nibbles
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue