aboutsummaryrefslogtreecommitdiff
path: root/graphics/separate/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-07-16 20:37:23 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-07-16 20:37:23 +0000
commit369557ba71fcf61c42ba46e846c4bfcfb610138e (patch)
tree7b94695261a31d6bfab3993d356b11f01f85852d /graphics/separate/Makefile
parente78b871ce154426e3b2b9e5c45392a30fb36827a (diff)
downloadports-369557ba71fcf61c42ba46e846c4bfcfb610138e.tar.gz
ports-369557ba71fcf61c42ba46e846c4bfcfb610138e.zip
- Update to 0.5.1
- Bump PORTEPOCH :-(
Notes
Notes: svn path=/head/; revision=216931
Diffstat (limited to 'graphics/separate/Makefile')
-rw-r--r--graphics/separate/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile
index ca37da66c26b..5137df66f623 100644
--- a/graphics/separate/Makefile
+++ b/graphics/separate/Makefile
@@ -6,10 +6,13 @@
#
PORTNAME= separate
-PORTVERSION= 20070727
+PORTVERSION= 0.5.1
+PORTEPOCH= 1
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~gahr/distfiles/
MASTER_SITE_SUBDIR= gahr
+DISTNAME= ${PORTNAME}+-${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= A CMYK plugin for The GIMP
@@ -18,7 +21,7 @@ BUILD_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \
gimp-2.4:${PORTSDIR}/graphics/gimp
LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
-WRKSRC= ${WRKDIR}/${PORTNAME}+
+WRKSRC= ${WRKDIR}/${DISTNAME}
USE_ZIP= yes
@@ -35,6 +38,7 @@ PORTEXAMPLES= quickproof.scm quicksave.scm
MAKE_ENV+= TARGETS="${TARGETS}"
do-install:
+ ${INSTALL} -d ${PREFIX}/${GIMP_PLUGINS_DIR}
.for PLUGIN in ${TARGETS}
${INSTALL_PROGRAM} ${WRKSRC}/${PLUGIN} ${PREFIX}/${GIMP_PLUGINS_DIR}/
.endfor