diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 10:56:36 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 10:56:36 +0800 |
commit | 780081d081f30e9a6238d1bacbd15b89a10312bf (patch) | |
tree | f7d70ae51c1d997653f3bcfece1799a8627a2a12 /games | |
parent | ffe92b834d6755d9441615215d9a633e9a5df0b5 (diff) | |
download | freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.tar.gz freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.tar.zst freebsd-ports-gnome-780081d081f30e9a6238d1bacbd15b89a10312bf.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/gnono/Makefile | 2 | ||||
-rw-r--r-- | games/gnono/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/games/gnono/Makefile b/games/gnono/Makefile index 164f85029a23..6df5a7034c94 100644 --- a/games/gnono/Makefile +++ b/games/gnono/Makefile @@ -17,9 +17,7 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= ${PORTNAME}.6 -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|-DG.*_DISABLE_DEPRECATED||g' -e 's|-Werror||g' diff --git a/games/gnono/pkg-plist b/games/gnono/pkg-plist index f737dc923028..4f65d9bc9892 100644 --- a/games/gnono/pkg-plist +++ b/games/gnono/pkg-plist @@ -1,4 +1,5 @@ bin/gnono +man/man6/gnono.6.gz share/icons/hicolor/16x16/apps/gnono.png share/icons/hicolor/22x22/apps/gnono.png share/icons/hicolor/24x24/apps/gnono.png |