diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /graphics/xaos/Makefile | |
parent | Update to 990522 release (diff) |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'graphics/xaos/Makefile')
-rw-r--r-- | graphics/xaos/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 0bf57baf5332..0ab5bce230bb 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: Joseph Koshy <koshy@india.hp.com> # -# $Id: Makefile,v 1.9 1998/11/29 12:43:08 asami Exp $ +# $Id: Makefile,v 1.10 1999/01/23 07:05:31 vanilla Exp $ # DISTNAME= XaoS-3.0 @@ -33,9 +33,6 @@ MAN6= xaos.6 post-install: strip ${PREFIX}/bin/xaos - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir .include <bsd.port.mk> |