[Midnightbsd-cvs] mports [15527] trunk/graphics/sane-backends/Makefile: fix extract
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 26 19:17:55 EDT 2013
Revision: 15527
http://svnweb.midnightbsd.org/mports/?rev=15527
Author: laffer1
Date: 2013-09-26 19:17:53 -0400 (Thu, 26 Sep 2013)
Log Message:
-----------
fix extract
Modified Paths:
--------------
trunk/graphics/sane-backends/Makefile
Modified: trunk/graphics/sane-backends/Makefile
===================================================================
--- trunk/graphics/sane-backends/Makefile 2013-09-26 23:16:46 UTC (rev 15526)
+++ trunk/graphics/sane-backends/Makefile 2013-09-26 23:17:53 UTC (rev 15527)
@@ -2,7 +2,7 @@
PORTNAME= sane-backends
PORTVERSION= 1.0.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://alioth.debian.org/frs/download.php/3752/:3752 \
http://alioth.debian.org/frs/download.php/3753/:3753 \
@@ -15,6 +15,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= API for access to scanners, digitals camera, frame grabbers etc
+
LICENSE= gpl2
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
@@ -27,7 +28,7 @@
GPHOTO2_DESC= gPhoto2 support
IEEE1284_DESC= libieee1284 support
-USE_GNOME=
+USES= pathfix pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${WRKDIR}/tmproot \
@@ -35,7 +36,6 @@
--disable-locking \
--enable-pthread
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
USE_RC_SUBR= saned
SUB_FILES+= pkg-message
@@ -102,7 +102,7 @@
post-extract:
@((cd ${DISTDIR} && ${CAT} ${DISTFILES:C/:[^:]+$//}) | (cd ${WRKDIR} \
- && ${EXTRACT_CMD} ${EXTRACT_BEFOR_ARGS} ${EXTRACT_AFTER_ARGS}))
+ && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} - ${EXTRACT_AFTER_ARGS}))
post-patch:
@${REINPLACE_CMD} -e '/^for ac_header in/s|libc.h|cups/cups.h| ; \
More information about the Midnightbsd-cvs
mailing list