diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 13:46:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 13:46:46 +0000 |
commit | f260e380b08c8644b139d379c1845832cb4e6f2e (patch) | |
tree | b5a677d55e0e67ff61409a0f3a4ae4c67c85c723 /russian | |
parent | 19f9b53794bb5e2e8852b7e30f13782ae988dd72 (diff) | |
download | ports-f260e380b08c8644b139d379c1845832cb4e6f2e.tar.gz ports-f260e380b08c8644b139d379c1845832cb4e6f2e.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/tidyup-mail/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/russian/tidyup-mail/Makefile b/russian/tidyup-mail/Makefile index 7137bd86cb18..afdffe818a3c 100644 --- a/russian/tidyup-mail/Makefile +++ b/russian/tidyup-mail/Makefile @@ -9,15 +9,12 @@ MASTER_SITES= http://gromnizki.unixdev.net/soft/ MAINTAINER= gromnizki@unixdev.net COMMENT= Remove unsafe characters from email & make xterm happy -MAN1= ${PORTNAME}.1 -MANLANG= ru.KOI8-R - ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/tidyup-mail +PLIST_FILES= bin/tidyup-mail man/ru.KOI8-R/man1/tidyup-mail.1.gz -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/ru.KOI8-R/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ + ${STAGEDIR}${MANPREFIX}/man/ru.KOI8-R/man1 .include <bsd.port.mk> |