diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 14:50:22 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-11 14:50:22 +0000 |
commit | 702ad288ee4e092571fd0e9b6aea5a2bc1e4722b (patch) | |
tree | 9f58b40f8e26edf9243fa3a3f99d4bb8a0795561 /devel | |
parent | install headers/libraries under its own directory, ${PREFIX}/includes/pth and (diff) |
mark as FORBIDDEN: devel/pth is newer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth-devel/Makefile | 7 | ||||
-rw-r--r-- | devel/pth-devel/pkg-plist | 22 |
2 files changed, 18 insertions, 11 deletions
diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile index 3127a134fda6..3ce9e9021296 100644 --- a/devel/pth-devel/Makefile +++ b/devel/pth-devel/Makefile @@ -4,9 +4,11 @@ # # $FreeBSD$ # +FORBIDDEN= "devel/pth is newer" PORTNAME= pth PORTVERSION= 1.4a2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \ ftp://ftp.engelschall.com/sw/pth/ @@ -17,12 +19,15 @@ NO_LATEST_LINK= yes NO_CDROM= yes INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/pth HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ --enable-syscall-soft \ --enable-optimize \ - --enable-batch + --enable-batch \ + --includedir="${PREFIX}/include/pth" \ + --libdir="${PREFIX}/lib/pth" MAN1= pth-config.1 pthread-config.1 MAN3= pth.3 pthread.3 diff --git a/devel/pth-devel/pkg-plist b/devel/pth-devel/pkg-plist index e0245d424b5b..da152abea1a4 100644 --- a/devel/pth-devel/pkg-plist +++ b/devel/pth-devel/pkg-plist @@ -1,13 +1,15 @@ bin/pth-config bin/pthread-config -include/pth.h -include/pthread.h -lib/libpth.a -lib/libpth.la -lib/libpth.so -lib/libpth.so.14 -lib/libpthread.a -lib/libpthread.la -lib/libpthread.so -lib/libpthread.so.14 +include/pth/pth.h +include/pth/pthread.h +lib/pth/libpth.a +lib/pth/libpth.la +lib/pth/libpth.so +lib/pth/libpth.so.14 +lib/pth/libpthread.a +lib/pth/libpthread.la +lib/pth/libpthread.so +lib/pth/libpthread.so.14 share/aclocal/pth.m4 +@dirrm include/pth +@dirrm lib/pth |