diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-09 22:48:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-09 22:48:54 +0800 |
commit | a6dff2cd2592b3ab0f27912ce940fbd6b634793b (patch) | |
tree | c5a1df43cdad387744b4ceb00662fb30bee791f4 /x11/xsnow | |
parent | d31a11de65c2450a375b17b7f8d8eb6fa6b7ca5a (diff) | |
download | freebsd-ports-graphics-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.tar.gz freebsd-ports-graphics-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.tar.zst freebsd-ports-graphics-a6dff2cd2592b3ab0f27912ce940fbd6b634793b.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'x11/xsnow')
-rw-r--r-- | x11/xsnow/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 4def1a637db..44238f6875d 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -12,10 +12,8 @@ COMMENT= Create a snowy and Santa-y desktop USES= imake USE_XORG= xpm -MAN6= xsnow.6 -PLIST_FILES= bin/xsnow +PLIST_FILES= bin/xsnow man/man6/xsnow.6.gz -NO_STAGE= yes post-configure: @${REINPLACE_CMD} \ -e 's: BINDIR .*:BINDIR=${PREFIX}/bin:' \ |