Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 22:50:35 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365517 - head/security/razorback-fileInject
Message-ID:  <201408202250.s7KMoZaB069217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Aug 20 22:50:35 2014
New Revision: 365517
URL: http://svnweb.freebsd.org/changeset/ports/365517
QAT: https://qat.redports.org/buildarchive/r365517/

Log:
  Stage.

Modified:
  head/security/razorback-fileInject/Makefile
  head/security/razorback-fileInject/pkg-plist

Modified: head/security/razorback-fileInject/Makefile
==============================================================================
--- head/security/razorback-fileInject/Makefile	Wed Aug 20 21:27:56 2014	(r365516)
+++ head/security/razorback-fileInject/Makefile	Wed Aug 20 22:50:35 2014	(r365517)
@@ -21,25 +21,12 @@ LIB_DEPENDS=	librazorback_api.so:${PORTS
 OPTIONS_DEFINE=	DEBUG ASSERT
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
-USE_AUTOTOOLS=	libtool autoconf
+USES=		pkgconfig libtool
+USE_AUTOTOOLS=	autoconf
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if !empty(PORT_OPTIONS:MDEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.endif
-
-.if !empty(PORT_OPTIONS:MASSERT)
-CONFIGURE_ARGS+=--enable-assert
-.endif
-
-post-install:
-	@if [ ! -f ${PREFIX}/etc/razorback/fileInject.conf ]; then \
-		${CP} -p ${PREFIX}/etc/razorback/fileInject.conf.sample ${PREFIX}/etc/razorback/fileInject.conf ; \
-	fi
+DEBUG_CONFIGURE_ENABLE=	debug
+ASSERT_CONFIGURE_ENABLE=assert
 
 .include <bsd.port.mk>

Modified: head/security/razorback-fileInject/pkg-plist
==============================================================================
--- head/security/razorback-fileInject/pkg-plist	Wed Aug 20 21:27:56 2014	(r365516)
+++ head/security/razorback-fileInject/pkg-plist	Wed Aug 20 22:50:35 2014	(r365517)
@@ -1,5 +1,3 @@
 bin/fileInject
-@unexec if cmp -s %D/etc/razorback/fileInject.conf %D/etc/razorback/fileInject.conf.sample; then rm -f %D/etc/razorback/fileInject.conf; fi
 etc/razorback/fileInject.conf.sample
-@exec if [ ! -f %D/etc/razorback/fileInject.conf ]; then cp -p %D/%F %B/fileInject.conf; fi
 @dirrmtry etc/razorback



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408202250.s7KMoZaB069217>