diff options
author | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
commit | 9ec61f48def80e1a6cac88e7acc7894cc689135b (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /science | |
parent | 03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff) | |
download | freebsd-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 'science')
-rw-r--r-- | science/ecs/Makefile | 2 | ||||
-rw-r--r-- | science/fvm/Makefile | 2 | ||||
-rw-r--r-- | science/ncs/Makefile | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/science/ecs/Makefile b/science/ecs/Makefile index a3daddb21695..b76e6591d18b 100644 --- a/science/ecs/Makefile +++ b/science/ecs/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= libmed.so:french/med \ libhdf5.so:science/hdf5 \ libcgns.so:science/cgnslib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= gmake USE_TEX= dvipsk GNU_CONFIGURE= yes diff --git a/science/fvm/Makefile b/science/fvm/Makefile index 8a53a2a60337..4fcb2e9a16af 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= libmed.so:french/med \ libhdf5.so:science/hdf5 \ libcgns.so:science/cgnslib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/science/ncs/Makefile b/science/ncs/Makefile index ae3839cd2612..2721965a0d09 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= xmgrace:math/grace \ USES= fortran gettext gmake iconv libtool python shebangfix USE_GNOME= libxml2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SHEBANG_FILES= bin/runcase.in CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 GNU_CONFIGURE= yes |