diff options
author | ade <ade@FreeBSD.org> | 2000-10-15 03:45:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-15 03:45:45 +0800 |
commit | 4133057c48e90b0cede0246cbda2197575688dbd (patch) | |
tree | 0777eb8fde6b3ca6a25620c2500a0535d53d9c37 /games/xataxx/Makefile | |
parent | 2f36e4f8d64f6e55f00b64117a5e901814788cb1 (diff) | |
download | freebsd-ports-gnome-4133057c48e90b0cede0246cbda2197575688dbd.tar.gz freebsd-ports-gnome-4133057c48e90b0cede0246cbda2197575688dbd.tar.zst freebsd-ports-gnome-4133057c48e90b0cede0246cbda2197575688dbd.zip |
Fix Imakefile breakage under XFree86 4.x
PR: 21969
Submitted by: Ports Fury
Diffstat (limited to 'games/xataxx/Makefile')
-rw-r--r-- | games/xataxx/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/xataxx/Makefile b/games/xataxx/Makefile index 6368cf81a5b2..e1900b3aef17 100644 --- a/games/xataxx/Makefile +++ b/games/xataxx/Makefile @@ -17,13 +17,8 @@ MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes MAN6= xataxx.6 -MANCOMPRESSED= no -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6 - @${MKDIR} ${PREFIX}/share/xataxx - ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/xataxx ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx |