summaryrefslogtreecommitdiff
path: root/japanese/xjman-3/files/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/xjman-3/files/Makefile.inc')
-rw-r--r--japanese/xjman-3/files/Makefile.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/japanese/xjman-3/files/Makefile.inc b/japanese/xjman-3/files/Makefile.inc
deleted file mode 100644
index 25a10387c555..000000000000
--- a/japanese/xjman-3/files/Makefile.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-PREFIX?= /usr/local
-MANDIR= ${PREFIX}/man/ja/man
-MROFF_CMD= /usr/local/bin/groff -Tnippon -man
-
-NOMLINKS= yes
-
-afterinstall:
-.if defined(MLINKS) && !empty(MLINKS)
- @set `echo ${MLINKS} " " | sed 's/\.\([^.]\)\([^.]*\) /.\1\2 \1 /g'`; \
- while : ; do \
- case $$# in \
- 0) break;; \
- [123]) echo "warn: empty MLINK: $$1 $$2 $$3"; break;; \
- esac; \
- name=$$1; shift; sect=$$1; shift; \
- l=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
- name=$$1; shift; sect=$$1; shift; \
- t=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
- ${ECHO} $${t}${ZEXT} -\> $${l}${ZEXT}; \
- rm -f $${t} $${t}${MCOMPRESS_EXT}; \
- ln $${l}${ZEXT} $${t}${ZEXT}; \
- done
-.endif