summaryrefslogtreecommitdiff
path: root/games/awele/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-12-13 12:03:22 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-12-13 12:03:22 +0000
commitefd701973ade981486eb3405d96e1e27ec44a6cb (patch)
tree30469958f0d28721f72c5b24c1e433ea5ac6b4cc /games/awele/Makefile
parentUpdate to 1.1: mkcatalog(.in) script update. (diff)
Fix manpage installation with XFree86-4.
PR: 23424 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Notes
Notes: svn path=/head/; revision=35951
Diffstat (limited to 'games/awele/Makefile')
-rw-r--r--games/awele/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/awele/Makefile b/games/awele/Makefile
index 0cbd0948db93..bbe2266a5c1b 100644
--- a/games/awele/Makefile
+++ b/games/awele/Makefile
@@ -17,13 +17,9 @@ LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/awele
USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
MAN6= xawele.6
post-patch:
- @/usr/bin/perl -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/xawele.man ${PREFIX}/man/man6/xawele.6
+ ${PERL} -pi -e "s|\@\@LOCALBASE\@\@|${LOCALBASE}|g;" ${WRKSRC}/Imakefile
.include <bsd.port.mk>