diff options
-rw-r--r-- | devel/pth/Makefile | 12 | ||||
-rw-r--r-- | devel/pth/distinfo | 2 |
2 files changed, 10 insertions, 4 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index a03fb8807d25..72215451ea48 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nps -# Version required: 0.9.21 +# Version required: 1.0b1 # Date Created: 23 May 1999 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.13 1999/06/25 15:46:59 rse Exp $ +# $Id: Makefile,v 1.14 1999/06/26 13:57:48 rse Exp $ # -DISTNAME= nps-0.9.21 +DISTNAME= nps-1.0b1 CATEGORIES= devel MASTER_SITES= http://www.engelschall.com/sw/nps/ \ ftp://ftp.engelschall.com/sw/nps/ @@ -19,6 +19,12 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --enable-batch MAN1= nps-config.1 MAN3= nps.3 +post-build: + @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." + +test: + @cd ${WRKSRC} && ${MAKE} test + post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff --git a/devel/pth/distinfo b/devel/pth/distinfo index f48219031fdb..132e2be86793 100644 --- a/devel/pth/distinfo +++ b/devel/pth/distinfo @@ -1 +1 @@ -MD5 (nps-0.9.21.tar.gz) = 0d66aa423633c6cbc8b2d60417961f83 +MD5 (nps-1.0b1.tar.gz) = 69c42de4614a4a9aca2583b09b226f3f |