diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
commit | baad3bbbdc74e752064026a9f69405f282dd35a5 (patch) | |
tree | 5440723b636cbd99df68301b38ddb27d711a43ac /devel/i386-rtems-objc | |
parent | f9d62b9319e1ee30d86147336d87e9bfa70a97b4 (diff) | |
download | ports-baad3bbbdc74e752064026a9f69405f282dd35a5.tar.gz ports-baad3bbbdc74e752064026a9f69405f282dd35a5.zip |
Fix the usage of MASTERDIR in both the slave and master port as mentioned
in PR: 59254
Notes
Notes:
svn path=/head/; revision=94145
Diffstat (limited to 'devel/i386-rtems-objc')
-rw-r--r-- | devel/i386-rtems-objc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/i386-rtems-objc/Makefile b/devel/i386-rtems-objc/Makefile index 4c310e9f608d..6292f590a098 100644 --- a/devel/i386-rtems-objc/Makefile +++ b/devel/i386-rtems-objc/Makefile @@ -7,7 +7,7 @@ PORTNAME= objc PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ ${MASTER_SITE_GNU:S/$/:gcc/} @@ -35,7 +35,6 @@ GCCVERSION= 3.2.3 OBJCNAME= gcc-${GCCVERSION} PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 -MASTERDIR= ${.CURDIR}/../i386-rtems-objc PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ |