diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 09:59:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 09:59:55 +0800 |
commit | 257271511b29d29f68a2f519668ec977b79921ff (patch) | |
tree | 2b998ecee458aa834f3b633fc4b2746a592bbacb /japanese/less | |
parent | 4fa235d512de56d9d8d48b1a0de29db8d22f86f9 (diff) | |
download | freebsd-ports-gnome-257271511b29d29f68a2f519668ec977b79921ff.tar.gz freebsd-ports-gnome-257271511b29d29f68a2f519668ec977b79921ff.tar.zst freebsd-ports-gnome-257271511b29d29f68a2f519668ec977b79921ff.zip |
- Stage support
Diffstat (limited to 'japanese/less')
-rw-r--r-- | japanese/less/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile index 51a9fe483e14..fdfb5b00c4d5 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -27,17 +27,16 @@ COMMENT= Less + zcat + ISO-2022 + UTF-8 - a pager similar to more and pg LICENSE= GPLv2 +USES= desthack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cs-regex PORTDOCS= README.iso README.iso.jp README.lesw.euc \ README.regex README.regex.jp README.ext.jp -PLIST_FILES= bin/jless bin/jlesskey bin/jlessecho - -MAN1= jless.1 jlesskey.1 +PLIST_FILES= bin/jless bin/jlesskey bin/jlessecho \ + man/man1/jless.1.gz man/man1/jlesskey.1.gz OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-extract: @@ -47,9 +46,7 @@ post-extract: README.lesw.euc ${WRKSRC} post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |