diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-12-13 12:03:22 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-12-13 12:03:22 +0000 |
commit | efd701973ade981486eb3405d96e1e27ec44a6cb (patch) | |
tree | 30469958f0d28721f72c5b24c1e433ea5ac6b4cc /games/awele/Makefile | |
parent | b36ae732b437980a35e03b21412561a294f8ac24 (diff) | |
download | ports-efd701973ade981486eb3405d96e1e27ec44a6cb.tar.gz ports-efd701973ade981486eb3405d96e1e27ec44a6cb.zip |
Notes
Diffstat (limited to 'games/awele/Makefile')
-rw-r--r-- | games/awele/Makefile | 6 |
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> |