1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Call "xripple" explicitly from ALL_TARGET.

Also, the tarball contains ELF objects (probably Linux executables, ugh),
so clean them first.  Probably isn't necessary, but just in case.
This commit is contained in:
Satoshi Asami 1997-06-12 06:08:02 +00:00
parent 10ebba78ef
commit 7f925e0a9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6882

View File

@ -3,7 +3,7 @@
# Date created: 6 Oct 1996
# Whom: oly
#
# $Id: Makefile,v 1.2 1996/11/09 01:09:20 asami Exp $
# $Id: Makefile,v 1.3 1996/11/18 11:26:48 asami Exp $
#
DISTNAME= xripple
@ -14,7 +14,10 @@ MASTER_SITES= ftp://www.cse.unsw.edu.au/pub/users/s2154962/
MAINTAINER= oly@world.std.com
USE_IMAKE= yes
ALL_TARGET=
ALL_TARGET= xripple
post-configure:
cd ${WRKSRC}; make clean
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/xripple ${PREFIX}/bin