diff options
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 867c91fb83c7..1fb62a4f0ef8 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sane-backends -PORTVERSION= 1.0.25 +PORTVERSION= 1.0.27 CATEGORIES= graphics MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4146/ \ http://fossies.org/linux/misc/ @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-docdir=${DOCSDIR} \ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_RC_SUBR= saned +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.25 SUB_FILES= pkg-message |