1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

There is no need to "strip" executable in post-install target,

INSTALL_PROGRAM already takes care of that.  Take out "-m486", it
won't help for P5/P6 machines anyway.  Compress manpage.
This commit is contained in:
Satoshi Asami 1997-03-02 09:49:00 +00:00
parent 2a3d5d6f8f
commit d620d0dccd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5783

View File

@ -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