diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-27 18:33:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-27 18:33:06 +0000 |
commit | c2d162919816ba6a740d0fe0bced2e32d6fe82c7 (patch) | |
tree | 9914a2dcb5b816b318bb7cb6ffbfc35d0264840e /lang/gcc30 | |
parent | 61949d8f43fe77032775dbef8e6c3e144dabbfc4 (diff) | |
download | FreeBSD-ports-c2d162919816ba6a740d0fe0bced2e32d6fe82c7.zip FreeBSD-ports-c2d162919816ba6a740d0fe0bced2e32d6fe82c7.tar.gz |
Utilize the PATCH_WRKDIR knob now that it exists.
Diffstat (limited to 'lang/gcc30')
-rw-r--r-- | lang/gcc30/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index d98e14f..808f978 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -23,10 +23,7 @@ MAINTAINER= obrien@FreeBSD.org USE_BZIP2= yes -PATCH_ARGS= -d ${SRCDIR} -E ${PATCH_STRIP} -.if !defined(PATCH_DEBUG) -PATCH_ARGS+= --forward --quiet -.endif +PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure .include <bsd.port.pre.mk> |