aboutsummaryrefslogtreecommitdiff
path: root/devel/pth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r--devel/pth/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 56f764f64e75..731da7015a0f 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -7,9 +7,9 @@
PORTNAME= pth
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ftp://ftp.engelschall.com/sw/pth/
+MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= pth
MAINTAINER= ports@FreeBSD.org
@@ -30,6 +30,9 @@ MAN3= pth.3 pthread.3
post-build:
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite."
+post-install:
+ @${INSTALL_SCRIPT} ${FILESDIR}/pth.sh ${PREFIX}/etc/rc.d/000.pth.sh
+
test:
@cd ${WRKSRC} && ${MAKE} test