diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /cad/leocad | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'cad/leocad')
-rw-r--r-- | cad/leocad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index ec04b083fb8f..40061f0f25c2 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -15,7 +15,7 @@ COMMENT= CAD program that uses bricks similar to those found in many toys LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} @@ -43,13 +43,13 @@ ICON_SIZES= 16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLDRAW} -RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:${PORTSDIR}/cad/ldraw +RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:cad/ldraw .endif .if ${PORT_OPTIONS:MLEOCAD} LEOCAD_PIECES= Library-Linux-7931.zip DISTFILES+= ${LEOCAD_PIECES} -EXTRACT_DEPENDS=${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=${UNZIP_CMD}:archivers/unzip post-extract: @${UNZIP_CMD} -q -o ${_DISTDIR}/${LEOCAD_PIECES} -d ${WRKDIR}/pieces .endif |