aboutsummaryrefslogtreecommitdiff
path: root/x11/xmangekyou
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-25 19:14:43 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-25 19:14:43 +0000
commit198f9722180148687ba7f1b3368727a3b88dd330 (patch)
treec71927c24616b647a0be8594203b80a737a11e2a /x11/xmangekyou
parent0ed61ead3cd56f04795d1fa76c391e3135aee722 (diff)
downloadports-198f9722180148687ba7f1b3368727a3b88dd330.tar.gz
ports-198f9722180148687ba7f1b3368727a3b88dd330.zip
Notes
Diffstat (limited to 'x11/xmangekyou')
-rw-r--r--x11/xmangekyou/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/xmangekyou/Makefile b/x11/xmangekyou/Makefile
index d0208a41cde5..6711a7eb25bc 100644
--- a/x11/xmangekyou/Makefile
+++ b/x11/xmangekyou/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: XMangekyou
-# Date created: 30 October 1998
-# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
-#
+# Created by: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
# $FreeBSD$
-#
PORTNAME= xmangekyou
PORTVERSION= 2.0.1
@@ -23,6 +19,8 @@ PORTDOCS= COPYRIGHT.euc HISTORY.euc README.euc
PLIST_FILES= bin/xmangekyou lib/X11/XMangekyou/animation.dat
PLIST_DIRS= lib/X11/XMangekyou
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|= /usr/X11R6|= $${PREFIX}|g ; \
s|gcc |$${CC} |g ; \
@@ -35,7 +33,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/xmangekyou.1.gz ${MANPREFIX}/man/man1
@${MKDIR} ${PREFIX}/lib/X11/XMangekyou
${INSTALL_DATA} ${WRKSRC}/animation.dat ${PREFIX}/lib/X11/XMangekyou
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.euc ${DOCSDIR}
.endif