diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /devel/crossgo32 | |
parent | Remove the old KerberosIV stuff and PAM-ize. (diff) |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=23999
Diffstat (limited to 'devel/crossgo32')
-rw-r--r-- | devel/crossgo32/Makefile | 6 | ||||
-rw-r--r-- | devel/crossgo32/pkg-descr | 4 | ||||
-rw-r--r-- | devel/crossgo32/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/crossgo32/Makefile b/devel/crossgo32/Makefile index 2c3991d34a7b..293e4acfacf5 100644 --- a/devel/crossgo32/Makefile +++ b/devel/crossgo32/Makefile @@ -13,12 +13,12 @@ PKGNAME= crossgo32-1.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.cygnus.com/pub/embedded/crossgcc/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dosrel-1.0${EXTRACT_SUFX} MAINTAINER= sutton@aardvark.apana.org.au -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dosrel-1.0${EXTRACT_SUFX} -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --target=${TARGET} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --target=${TARGET} USE_GMAKE= yes TARGET= i386-go32 diff --git a/devel/crossgo32/pkg-descr b/devel/crossgo32/pkg-descr index 08e26ae3dabe..299ab21110ce 100644 --- a/devel/crossgo32/pkg-descr +++ b/devel/crossgo32/pkg-descr @@ -10,7 +10,6 @@ The GNU's C Compiler gcc-2.7.2.2 + crosspatch Cygnus's embedded libraries newlib-1.7.1 Cygnus's dos release utilities dosrel-1.0 - Compiling your code =================== @@ -37,10 +36,8 @@ site. The DOS files mentioned above should be in /usr/local/share/crossgo32 (or similar on your system). Please check the DJGPP FAQ for more information on this topic. - WWW: http://www.delorie.com/djgpp/ (DPMI server, source, FAQs, etc) - Related ports ============= @@ -54,7 +51,6 @@ If you are interested in network support and DJGPP v2 exe files, amongst other DJGPP bits and pieces, check out the crossgo32-dgjpp2 selection of ports. - Share and enjoy, - Joel diff --git a/devel/crossgo32/pkg-plist b/devel/crossgo32/pkg-plist index c25a3f34cb90..564e65e412d8 100644 --- a/devel/crossgo32/pkg-plist +++ b/devel/crossgo32/pkg-plist @@ -97,6 +97,8 @@ include/bfd.h include/ansidecl.h include/bfdlink.h include/obstack.h +@unexec install-info --delete %D/info/cpp.info %D/info/dir +@unexec install-info --delete %D/info/gcc.info %D/info/dir info/cpp.info info/cpp.info-1 info/cpp.info-2 @@ -127,6 +129,8 @@ info/gcc.info-6 info/gcc.info-7 info/gcc.info-8 info/gcc.info-9 +@exec install-info %D/info/cpp.info %D/info/dir +@exec install-info %D/info/gcc.info %D/info/dir lib/libiberty.a lib/libi386-go32-bfd.a lib/gcc-lib/i386-go32/2.7.2.2/include/syslimits.h |