diff options
Diffstat (limited to 'devel/pth-syscall/Makefile')
-rw-r--r-- | devel/pth-syscall/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/pth-syscall/Makefile b/devel/pth-syscall/Makefile index 3cd21917f82..770355e3a29 100644 --- a/devel/pth-syscall/Makefile +++ b/devel/pth-syscall/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/06/02 18:09:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/18 11:22:00 agc Exp $ # DISTNAME= pth-1.4.1 PKGNAME= ${DISTNAME:C/pth/pth-syscall/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -10,12 +11,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pth/pth.html COMMENT= GNU Portable Thread library -CONFLICTS= pth-current-[0-9]* pth-[0-9]* - USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES +GNU_CONFIGURE_PREFIX= ${PREFIX}/pth-syscall CONFIGURE_ARGS+= --enable-pthread CONFIGURE_ARGS+= --enable-syscall-hard .if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2") @@ -31,10 +31,4 @@ test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \ tee ${WRKSRC}/test.log -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ - cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCE AUTHORS COPYING HACKING \ - NEWS README SUPPORT TESTS THANKS USERS pthread.ps rse-pmt.ps \ - ${PREFIX}/share/doc/pth/ - .include "../../mk/bsd.pkg.mk" |