svn commit: r333956 - head/games/xteddy
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Nov 16 01:13:38 UTC 2013
Author: danilo
Date: Sat Nov 16 01:13:37 2013
New Revision: 333956
URL: http://svnweb.freebsd.org/changeset/ports/333956
Log:
- Add stage support
Modified:
head/games/xteddy/Makefile
Modified: head/games/xteddy/Makefile
==============================================================================
--- head/games/xteddy/Makefile Sat Nov 16 01:10:08 2013 (r333955)
+++ head/games/xteddy/Makefile Sat Nov 16 01:13:37 2013 (r333956)
@@ -18,8 +18,8 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lXext
-MAN6= xteddy.6
PLIST_FILES= bin/xteddy bin/xteddy_test bin/xtoys \
+ man/man6/xteddy.6.gz \
%%DATADIR%%/teddy.png %%DATADIR%%/xalex.png \
%%DATADIR%%/xbobo.png %%DATADIR%%/xbrummi.png \
%%DATADIR%%/xcherubino.png %%DATADIR%%/xduck.png \
@@ -30,7 +30,6 @@ PLIST_FILES= bin/xteddy bin/xteddy_test
%%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png
PLIST_DIRS= %%DATADIR%%
-NO_STAGE= yes
post-patch:
.for f in configure xteddy.c
@${REINPLACE_CMD} -e \
More information about the svn-ports-head
mailing list