diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 00:04:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 00:04:41 +0800 |
commit | 6494230942210fae147dadfb2df25f716f725cd1 (patch) | |
tree | 84beba7bd454f0b89413990816714d7c4de1a4b9 /misc | |
parent | 3fc053346e745b373ad5605ac267a76ac025648b (diff) | |
download | freebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.tar.gz freebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.tar.zst freebsd-ports-gnome-6494230942210fae147dadfb2df25f716f725cd1.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/grun/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/grun/Makefile b/misc/grun/Makefile index 2cba66181510..6220e730253f 100644 --- a/misc/grun/Makefile +++ b/misc/grun/Makefile @@ -14,10 +14,8 @@ USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-testfile -MAN1= grun.1x - -PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc +PLIST_FILES= bin/grun %%DATADIR%%/consfile %%DATADIR%%/gassoc \ + man/man1/grun.1x.gz PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes .include <bsd.port.mk> |