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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/batik/Makefile | 1 | ||||
-rw-r--r-- | graphics/blender/Makefile | 1 | ||||
-rw-r--r-- | graphics/fotoxx/Makefile | 2 | ||||
-rw-r--r-- | graphics/l2p/Makefile | 2 | ||||
-rw-r--r-- | graphics/megapov/Makefile | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index c35a513de019..1993d95c7429 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -23,7 +23,6 @@ ALL_TARGET= jars all-jar MAKE_ENV+= "ANT_OPTS=-Xmx512m" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}-${PORTVERSION} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 91f1a5b4a143..a0d456eb556f 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -32,7 +32,6 @@ SHEBANG_FILES= release/bin/blender-thumbnailer.py \ release/scripts/modules/blend_render_info.py BL_VERSION= 2.76 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OUTDIR= ${INSTALL_WRKSRC}/bin/${BL_VERSION} PLIST_SUB+= VER=${BL_VERSION} diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index 456de93be2b1..8a3c183f5003 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -18,8 +18,6 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ exiftool:graphics/p5-Image-ExifTool \ ufraw-batch:graphics/ufraw -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= desktop-file-utils execinfo gmake pkgconfig USE_GNOME= gtk30 ALL_TARGET= fotoxx diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index d8a1327c2d0d..676881636540 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -25,8 +25,6 @@ USE_PERL5= run USE_TEX= latex dvipsk USES= perl5 shebangfix zip -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 813eebc9f963..1a60ee5ecb2f 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -16,7 +16,6 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff #RUN_DEPENDS= povray:graphics/povray-meta -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_WRKSRC= ${WRKSRC}/unix USES= gmake jpeg localbase tar:bzip2 |