aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
committermat <mat@FreeBSD.org>2016-05-25 23:43:34 +0800
commit9ec61f48def80e1a6cac88e7acc7894cc689135b (patch)
treec0750f82911803374c81b8cf05e2b96f037e2d8a /astro
parent03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff)
downloadfreebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.zst
freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsman/Makefile1
-rw-r--r--astro/gpxloggerd/Makefile1
-rw-r--r--astro/libnova/Makefile2
3 files changed, 0 insertions, 4 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile
index 65ad50b67ac8..41b41fb35ecf 100644
--- a/astro/gpsman/Makefile
+++ b/astro/gpsman/Makefile
@@ -13,7 +13,6 @@ OPTIONS_DEFINE= DOCS
USES+= tk:wrapper,run tar:tgz
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GPSMANDIR= ${PREFIX}/lib/${PORTNAME}
PLIST_SUB+= GPSMANDIR=${GPSMANDIR:S/${PREFIX}\///}
NO_BUILD= yes
diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile
index 28607ae3d444..27527268bbf6 100644
--- a/astro/gpxloggerd/Makefile
+++ b/astro/gpxloggerd/Makefile
@@ -17,7 +17,6 @@ PLIST_FILES= sbin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
LDFLAGS+= -lm
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ARGS= NO_WERROR=yes
do-install:
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index d4880889dff9..0a7bc455d8de 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -15,8 +15,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure