aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/npadmin/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-05 02:36:38 +0800
committerijliao <ijliao@FreeBSD.org>2001-08-05 02:36:38 +0800
commit8b698c27cd232fbecd3ecacc2e84ddefb1d40cdc (patch)
tree90e3adf2af188a62cffcce534d3bb76f94245e59 /sysutils/npadmin/Makefile
parent6dc2b9e280f8411be5c0d2c2adbf3863e1a1c64f (diff)
downloadfreebsd-ports-gnome-8b698c27cd232fbecd3ecacc2e84ddefb1d40cdc.tar.gz
freebsd-ports-gnome-8b698c27cd232fbecd3ecacc2e84ddefb1d40cdc.tar.zst
freebsd-ports-gnome-8b698c27cd232fbecd3ecacc2e84ddefb1d40cdc.zip
upgrade to 0.8.7
PR: 29243 Submitted by: MAINTAINER
Diffstat (limited to 'sysutils/npadmin/Makefile')
-rw-r--r--sysutils/npadmin/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/npadmin/Makefile b/sysutils/npadmin/Makefile
index 819fe50baeab..57ef855db885 100644
--- a/sysutils/npadmin/Makefile
+++ b/sysutils/npadmin/Makefile
@@ -6,19 +6,18 @@
#
PORTNAME= npadmin
-PORTVERSION= 0.7
+PORTVERSION= 0.8.7
CATEGORIES= sysutils print
-MASTER_SITES= ftp://ftp.penguincomputing.com/pub/prtools/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dom@happygiraffe.net
-ALL_TARGET= npadmin
-
MAN1= npadmin.1
GNU_CONFIGURE= yes
-pre-build:
- ${CP} ${FILESDIR}/getopt* ${WRKSRC}
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>