diff options
author | sf <sf@FreeBSD.org> | 2001-09-11 22:50:22 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-11 22:50:22 +0800 |
commit | 225dc8271a54fc04cadd407789494be0d09691a4 (patch) | |
tree | 7e4cedb9add1d9fba1c03d0b8d61328bc5b60568 /devel/pth-devel | |
parent | c74a7c7004a300539332646e69363f6174c66189 (diff) | |
download | freebsd-ports-gnome-225dc8271a54fc04cadd407789494be0d09691a4.tar.gz freebsd-ports-gnome-225dc8271a54fc04cadd407789494be0d09691a4.tar.zst freebsd-ports-gnome-225dc8271a54fc04cadd407789494be0d09691a4.zip |
mark as FORBIDDEN: devel/pth is newer.
Diffstat (limited to 'devel/pth-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 |