diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:43:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:43:30 +0800 |
commit | 043fa4a254200cd9ee4646e9d54eb306917e36e2 (patch) | |
tree | 97850e5d50fa085e0440a2db3e8cbb519fff8b23 /misc | |
parent | 0ddbb4561d0fbc1518df5bd0c3a382e77cd8616b (diff) | |
download | freebsd-ports-gnome-043fa4a254200cd9ee4646e9d54eb306917e36e2.tar.gz freebsd-ports-gnome-043fa4a254200cd9ee4646e9d54eb306917e36e2.tar.zst freebsd-ports-gnome-043fa4a254200cd9ee4646e9d54eb306917e36e2.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ipa_conv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile index b69cb570bb6c..6ac0d0638166 100644 --- a/misc/ipa_conv/Makefile +++ b/misc/ipa_conv/Makefile @@ -15,10 +15,9 @@ USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so +PLIST_FILES= lib/ipa_conv.la lib/ipa_conv.so \ + man/man8/ipa_conv.8.gz \ + man/ru.KOI8-R/man8/ipa_conv.8.gz -MAN8= ipa_conv.8 -MANLANG= "" ru.KOI8-R -NO_STAGE= yes .include <bsd.port.mk> |