diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /emulators | |
parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
download | ports-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz ports-bd78be73dd37098fe12c84249b26260a97aa8690.zip |
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=325598
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index b838a1d19798..cf9068360d18 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# Created by: David O'Brien (obrien@NUXI.com) +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= ski @@ -46,7 +46,7 @@ do-install: .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= ${NOTICE} .endif |