svn commit: r349100 - head/misc/openr2

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 23:52:38 UTC 2014


Author: bapt
Date: Mon Mar 24 23:52:37 2014
New Revision: 349100
URL: http://svnweb.freebsd.org/changeset/ports/349100
QAT: https://qat.redports.org/buildarchive/r349100/

Log:
  Support stage

Modified:
  head/misc/openr2/Makefile
  head/misc/openr2/pkg-plist

Modified: head/misc/openr2/Makefile
==============================================================================
--- head/misc/openr2/Makefile	Mon Mar 24 23:51:11 2014	(r349099)
+++ head/misc/openr2/Makefile	Mon Mar 24 23:52:37 2014	(r349100)
@@ -15,15 +15,4 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"
 USE_LDCONFIG=	yes
 
-MAN5=		r2test.conf.5
-MAN8=		r2test.8
-
-CONF_FILES=	etc/r2proto.conf etc/r2test.conf
-
-NO_STAGE=	yes
-post-install:
-.for f in ${CONF_FILES}
-	[ -e ${PREFIX}/$f ] || ${INSTALL_DATA} ${PREFIX}/$f-dist ${PREFIX}/$f
-.endfor
-
 .include <bsd.port.mk>

Modified: head/misc/openr2/pkg-plist
==============================================================================
--- head/misc/openr2/pkg-plist	Mon Mar 24 23:51:11 2014	(r349099)
+++ head/misc/openr2/pkg-plist	Mon Mar 24 23:52:37 2014	(r349100)
@@ -17,4 +17,6 @@ lib/libopenr2.a
 lib/libopenr2.la
 lib/libopenr2.so
 lib/libopenr2.so.4
+man/man5/r2test.conf.5.gz
+man/man8/r2test.8.gz
 @dirrm include/openr2


More information about the svn-ports-all mailing list