aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-03-28 10:35:44 +0800
committerobrien <obrien@FreeBSD.org>1997-03-28 10:35:44 +0800
commit7d4522b5992b8a44cd28da3db4241d06cb8df25d (patch)
tree6ad0bf737347c6598787331582f32f605b127b4d /devel
parent5d3a4b2439c025a0322fe9a7a7120f47f60bef61 (diff)
downloadfreebsd-ports-gnome-7d4522b5992b8a44cd28da3db4241d06cb8df25d.tar.gz
freebsd-ports-gnome-7d4522b5992b8a44cd28da3db4241d06cb8df25d.tar.zst
freebsd-ports-gnome-7d4522b5992b8a44cd28da3db4241d06cb8df25d.zip
Slight style change.
Diffstat (limited to 'devel')
-rw-r--r--devel/crossgo32/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/crossgo32/Makefile b/devel/crossgo32/Makefile
index 9c138e429e8e..997d99c74c3f 100644
--- a/devel/crossgo32/Makefile
+++ b/devel/crossgo32/Makefile
@@ -3,20 +3,20 @@
# Date created: 6 Mar 97
# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
#
-# $Id: Makefile,v 1.8 1997/01/31 08:23:06 tg Exp $
+# $Id: Makefile,v 1.1.1.1 1997/03/27 20:53:42 erich Exp $
#
-DISTNAME= crosstree-1.3
+DISTNAME= crosstree-1.3
PKGNAME= crossgo32-1.3
CATEGORIES= devel
MASTER_SITES= ftp://freefall.FreeBSD.ORG/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX} --target=${TARGET}
USE_GMAKE= yes
-TARGET=i386-go32
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --target=${TARGET}
+TARGET= i386-go32
MAN1= i386-go32-ar.1 i386-go32-nm.1 i386-go32-objdump.1 \
i386-go32-ranlib.1 i386-go32-size.1 i386-go32-strings.1 \