svn commit: r329178 - head/devel/rvm
Boris Samorodov
bsam at FreeBSD.org
Thu Oct 3 13:08:44 UTC 2013
Author: bsam
Date: Thu Oct 3 13:08:43 2013
New Revision: 329178
URL: http://svnweb.freebsd.org/changeset/ports/329178
Log:
. support staging;
. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES macro;
. remove useless standard definition of WRKSRC.
Modified:
head/devel/rvm/Makefile
head/devel/rvm/pkg-plist
Modified: head/devel/rvm/Makefile
==============================================================================
--- head/devel/rvm/Makefile Thu Oct 3 13:05:48 2013 (r329177)
+++ head/devel/rvm/Makefile Thu Oct 3 13:08:43 2013 (r329178)
@@ -10,24 +10,12 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A persistent VM library
+COMMENT= Persistent VM library
-LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
+LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
-USES= pkgconfig
-USE_GMAKE= yes
+USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-MAN1= rdsinit.1 rvmutl.1
-
-NO_STAGE= yes
-post-extract:
-.for file in Makefile.in
- @${REINPLACE_CMD} -e \
- 's#(libdir)#{prefix}/libdata#g' ${WRKSRC}/${file}
-.endfor
-
.include <bsd.port.mk>
Modified: head/devel/rvm/pkg-plist
==============================================================================
--- head/devel/rvm/pkg-plist Thu Oct 3 13:05:48 2013 (r329177)
+++ head/devel/rvm/pkg-plist Thu Oct 3 13:08:43 2013 (r329178)
@@ -15,6 +15,8 @@ lib/libseglwp.la
lib/libseglwp.so
lib/libseglwp.so.3
libdata/pkgconfig/rvmlwp.pc
+man/man1/rdsinit.1.gz
+man/man1/rvmutl.1.gz
sbin/rdsinit
sbin/rvmutl
@dirrm include/rvm
More information about the svn-ports-all
mailing list