diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 09:13:37 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 09:13:37 +0800 |
commit | fb01157ca5fb1699cca8db2e0da3063c829091b0 (patch) | |
tree | 02113d684d346c2f8d5d46def632cdbcc74dbdea /games | |
parent | 4984b2dccc998fe939df9b221ef3d31eea420dfb (diff) | |
download | freebsd-ports-graphics-fb01157ca5fb1699cca8db2e0da3063c829091b0.tar.gz freebsd-ports-graphics-fb01157ca5fb1699cca8db2e0da3063c829091b0.tar.zst freebsd-ports-graphics-fb01157ca5fb1699cca8db2e0da3063c829091b0.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/xteddy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 90f65aeb834..6f4f0527f9e 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -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 bin/xtoys \ %%DATADIR%%/xtrouble.png %%DATADIR%%/xtuxxy.png PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes post-patch: .for f in configure xteddy.c @${REINPLACE_CMD} -e \ |