summaryrefslogtreecommitdiff
path: root/devel/crossgo32
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-03-28 02:35:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-03-28 02:35:44 +0000
commitc481d1493dc7c831d97b349b0c7ee472dab83288 (patch)
tree7ed55f2eb263ba1b61a6fb814d0badae4eb3e5df /devel/crossgo32
parentUpgrade to 970327 (diff)
Slight style change.
Notes
Notes: svn path=/head/; revision=6040
Diffstat (limited to 'devel/crossgo32')
-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 \