diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-02 09:49:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-02 09:49:00 +0000 |
commit | d620d0dccdcae1f5ba8a05d043880d1b6fd938d1 (patch) | |
tree | 039f79a6da4071cea6c44c6c08dfe4ac2140bf40 /graphics | |
parent | 2a3d5d6f8feadde2da3aff8bfe5073ce0e12349c (diff) | |
download | ports-d620d0dccdcae1f5ba8a05d043880d1b6fd938d1.tar.gz ports-d620d0dccdcae1f5ba8a05d043880d1b6fd938d1.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaos/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index f3200076101d..a62a0599c94a 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$ +# $Id: Makefile,v 1.1.1.1 1997/02/28 10:52:50 tg Exp $ # DISTNAME= XaoS-2.2 @@ -21,9 +21,11 @@ MAINTAINER= ports@FreeBSD.ORG GNU_CONFIGURE= yes CFLAGS+= -DHAVE_SYS_PARAM_H \ - -O6 -m486 -fstrength-reduce -ffast-math -fomit-frame-pointer\ + -O6 -fstrength-reduce -ffast-math -fomit-frame-pointer\ -fforce-mem -fforce-addr -funroll-loops +MAN6= xaos.6 + # We need to supply our own install target as the distribution doesn't # supply one by default @@ -32,7 +34,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 ${PREFIX}/man/man6 post-install: - strip ${PREFIX}/bin/xaos .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/XaoS ${INSTALL_DATA} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/XaoS |