diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
commit | 2645d9937b19ac3669ffe4262fa2e78386fa0717 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /databases/linux-oracle-instantclient-sqlplus | |
parent | 2104542c7d60419a051b2de52d7fb92e19db7aa6 (diff) | |
download | freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.gz freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.zst freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.zip |
- Remove needless quoting of BROKEN/IGNORE
- Trim headers
PR: ports/168908
With hat: portmgr
Diffstat (limited to 'databases/linux-oracle-instantclient-sqlplus')
-rw-r--r-- | databases/linux-oracle-instantclient-sqlplus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/linux-oracle-instantclient-sqlplus/Makefile b/databases/linux-oracle-instantclient-sqlplus/Makefile index 82184f38e94a..e496d40fc599 100644 --- a/databases/linux-oracle-instantclient-sqlplus/Makefile +++ b/databases/linux-oracle-instantclient-sqlplus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-oracle-instantclient-sqlplus -# Date created: 2005-04-26 -# Whom: nork@FreeBSD.org -# +# Created by: nork@FreeBSD.org # $FreeBSD$ -# PORTNAME= instantclient PORTVERSION= ${ORACLEVERSION}.${DISTDATE} @@ -63,7 +59,7 @@ IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n -IGNORE+= \"${DISTFILES}\". \n +IGNORE+= "${DISTFILES}". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n |