diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 00:22:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 00:22:23 +0800 |
commit | 3efb32bd03f9e7dbb70d80dee038ee87137c683b (patch) | |
tree | a75bc8bfc2a86237740321a5e3fdfcdc2def9bf3 /astro/wcslib | |
parent | 9ffae9ab71b6836857b1e2cc3966c4b426666737 (diff) | |
download | freebsd-ports-gnome-3efb32bd03f9e7dbb70d80dee038ee87137c683b.tar.gz freebsd-ports-gnome-3efb32bd03f9e7dbb70d80dee038ee87137c683b.tar.zst freebsd-ports-gnome-3efb32bd03f9e7dbb70d80dee038ee87137c683b.zip |
- Get rid FreeBSD 6.X support
Diffstat (limited to 'astro/wcslib')
-rw-r--r-- | astro/wcslib/Makefile | 8 | ||||
-rw-r--r-- | astro/wcslib/files/6-patch-configure | 11 |
2 files changed, 1 insertions, 18 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index b6575d0115ca..103a7f0197d1 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -27,12 +27,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" OPTIONS= CFITSIO "Add cfitsio support (for tests only)" Off \ PGPLOT "Add pgplot support (for tests only)" Off -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -EXTRA_PATCHES= ${FILESDIR}/6-patch-configure -.endif - # The configure script unconditionally searches for the cftisio library # and uses it if found. @@ -51,4 +45,4 @@ post-patch: @${REINPLACE_CMD} -e 's#%%PKGDIR%%#${LOCALBASE}/libdata#g' \ ${WRKSRC}/GNUmakefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/astro/wcslib/files/6-patch-configure b/astro/wcslib/files/6-patch-configure deleted file mode 100644 index c5bc573a994d..000000000000 --- a/astro/wcslib/files/6-patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-01-03 16:00:48.000000000 +1100 -+++ configure 2010-01-03 16:02:03.000000000 +1100 -@@ -9439,7 +9439,7 @@ - - SUBDIRS="C Fortran" - TSTDIRS="C Fortran" -- INSTDIR="pgsbox" -+ INSTDIR="Fortran" - fi - fi - |