freebsd-ports/games/dopewars/files/patch-doc::Makefile.in
Christian Weisgerber 8861f64b57 * Use external libintl, don't build included one.
* Remove version number from docs directory.

Approved by:	petef
2003-03-04 21:44:27 +00:00

27 lines
764 B
Text

$FreeBSD$
--- doc/Makefile.in.orig Mon Oct 21 13:09:21 2002
+++ doc/Makefile.in Tue Mar 4 19:35:58 2003
@@ -132,7 +132,7 @@
install_sh = @install_sh@
localedir = @localedir@
plugindir = @plugindir@
-DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}-${VERSION}/
+DOCPATH = ${DESTDIR}${datadir}/doc/${PACKAGE}/
DOCS = aiplayer.html configfile.html index.html i18n.html \
server.html clientplay.html credits.html example-cfg \
installation.html servercommands.html commandline.html \
@@ -449,10 +449,12 @@
install-data-local:
+ifndef NOPORTDOCS
${INSTALL} -d -m 0755 ${DOCPATH}
for doc in ${DOCS}; do \
${INSTALL} -m 0644 ${srcdir}/$${doc} ${DOCPATH}; \
done
+endif
uninstall-local:
for doc in ${DOCS}; do \