svn commit: r349095 - head/devel/libmba
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 23:37:29 UTC 2014
Author: bapt
Date: Mon Mar 24 23:37:28 2014
New Revision: 349095
URL: http://svnweb.freebsd.org/changeset/ports/349095
QAT: https://qat.redports.org/buildarchive/r349095/
Log:
Support stage
Modified:
head/devel/libmba/Makefile
head/devel/libmba/pkg-plist
Modified: head/devel/libmba/Makefile
==============================================================================
--- head/devel/libmba/Makefile Mon Mar 24 23:35:16 2014 (r349094)
+++ head/devel/libmba/Makefile Mon Mar 24 23:37:28 2014 (r349095)
@@ -9,20 +9,12 @@ MASTER_SITES= http://www.ioplex.com/~mia
MASTER_SITE_SUBDIR= miwi
MAINTAINER= ports at FreeBSD.org
-COMMENT= A collection of C modules potentially useful to any project
+COMMENT= Collection of C modules potentially useful to any project
MAKE_JOBS_UNSAFE= yes
-PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
USE_LDCONFIG= yes
+MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-MAN3= allocator.3m bitset.3m cfg.3m csv.3m diff.3m eval.3m hashmap.3m \
- hexdump.3m linkedlist.3m msgno.3m path.3m pool.3m shellout.3m \
- stack.3m suba.3m svcond.3m svsem.3m text.3m time.3m varray.3m
-MANCOMPRESSED= yes
-
-SHLIB_MAJOR= 0
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \
-e '/^prefix/s/=/?=/' \
Modified: head/devel/libmba/pkg-plist
==============================================================================
--- head/devel/libmba/pkg-plist Mon Mar 24 23:35:16 2014 (r349094)
+++ head/devel/libmba/pkg-plist Mon Mar 24 23:37:28 2014 (r349095)
@@ -24,5 +24,25 @@ include/mba/time.h
include/mba/varray.h
lib/libmba.a
lib/libmba.so
-lib/libmba.so.%%SHLIB_MAJOR%%
+lib/libmba.so.0
+man/man3/allocator.3m.gz
+man/man3/bitset.3m.gz
+man/man3/cfg.3m.gz
+man/man3/csv.3m.gz
+man/man3/diff.3m.gz
+man/man3/eval.3m.gz
+man/man3/hashmap.3m.gz
+man/man3/hexdump.3m.gz
+man/man3/linkedlist.3m.gz
+man/man3/msgno.3m.gz
+man/man3/path.3m.gz
+man/man3/pool.3m.gz
+man/man3/shellout.3m.gz
+man/man3/stack.3m.gz
+man/man3/suba.3m.gz
+man/man3/svcond.3m.gz
+man/man3/svsem.3m.gz
+man/man3/text.3m.gz
+man/man3/time.3m.gz
+man/man3/varray.3m.gz
@dirrm include/mba
More information about the svn-ports-all
mailing list