aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-27 22:18:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-27 22:18:11 +0000
commit6770ba8dc2338a84ff5072019c21d4604d157504 (patch)
tree8e9dfba8153cc8898efb5a06e329df6eb3e83269 /japanese
parent0173e04142f1d7fb406c76547dfa51080d366381 (diff)
downloadports-6770ba8dc2338a84ff5072019c21d4604d157504.tar.gz
ports-6770ba8dc2338a84ff5072019c21d4604d157504.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/man-doc/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile
index 0ee26f0e6c5a..f683baa23460 100644
--- a/japanese/man-doc/Makefile
+++ b/japanese/man-doc/Makefile
@@ -17,6 +17,7 @@ COMMENT= Japanese translation of FreeBSD manual pages
RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
+USES= uidfix
NO_MTREE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST= ${WRKDIR}/pkg-plist
@@ -53,12 +54,9 @@ post-build:
shift 2;\
esac; \
done; \
- if [ "x$${SUBDIR}" != "x" ]; then \
- ${ECHO_CMD} "@dirrm man/ja/$${SECNUM}$${SUBDIR}"; \
- fi; \
done | ${SORT} -r | uniq > ${PLIST}
-pre-su-install:
+pre-install:
for SEC in ${MANSECS}; do \
SECNUM=$${SEC%%/*}; \
cd ${WRKSRC}/$${SEC} && \
@@ -66,9 +64,6 @@ pre-su-install:
${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/$${SECNUM}$${SUBDIR}; \
done
-post-install:
- @${CAT} ${PKGMESSAGE}
-
# XXX: make gendist generates distfile. Use with WITH_CVS.
gendist: extract
cd ${WRKDIR} && \