diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-08 04:42:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-08 04:42:47 +0800 |
commit | 947288427592a2e9ae1988fd8a969583d07b84c9 (patch) | |
tree | c6b8be92f27e6e2223e05c7a32e3a7f74683e84f /editors/yudit | |
parent | 6a628ccb85d8c963022b0fa249ff854d4a3bf336 (diff) | |
download | freebsd-ports-gnome-947288427592a2e9ae1988fd8a969583d07b84c9.tar.gz freebsd-ports-gnome-947288427592a2e9ae1988fd8a969583d07b84c9.tar.zst freebsd-ports-gnome-947288427592a2e9ae1988fd8a969583d07b84c9.zip |
- Stage support
- USES gmake
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 5 | ||||
-rw-r--r-- | editors/yudit/pkg-plist | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 3dd15e5ae1e6..b689e5e06482 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -13,13 +13,10 @@ COMMENT= Multi-lingual Unicode text editor with TTF support CONFLICTS= netatalk-[0-9]* USE_XORG= x11 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= LC_ALL= MAKE_ENV= LC_ALL= MAKE_JOBS_UNSAFE= yes -MAN1= mytool.1 uniconv.1 uniprint.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/yudit/pkg-plist b/editors/yudit/pkg-plist index 8d874ec83fe5..52771a3f1d6b 100644 --- a/editors/yudit/pkg-plist +++ b/editors/yudit/pkg-plist @@ -2,6 +2,9 @@ bin/mytool bin/uniconv bin/uniprint bin/yudit +man/man1/mytool.1.gz +man/man1/uniconv.1.gz +man/man1/uniprint.1.gz %%DATADIR%%/config/yudit.properties %%DATADIR%%/data/ASCII-IPA.my %%DATADIR%%/data/ArabTeX.my |