diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:59:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:59:12 +0800 |
commit | 67ec5553e08889df7a2ac1da0c18fe75a6f965c0 (patch) | |
tree | a7a7b04e277ee05ebc43fa2ee4f2c5190807e3e9 /mail/pfqueue | |
parent | b3f53a7710aef6bf70130db57affead1adb76fe8 (diff) | |
download | freebsd-ports-gnome-67ec5553e08889df7a2ac1da0c18fe75a6f965c0.tar.gz freebsd-ports-gnome-67ec5553e08889df7a2ac1da0c18fe75a6f965c0.tar.zst freebsd-ports-gnome-67ec5553e08889df7a2ac1da0c18fe75a6f965c0.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
Diffstat (limited to 'mail/pfqueue')
-rw-r--r-- | mail/pfqueue/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/pfqueue/Makefile b/mail/pfqueue/Makefile index f6c5024927fd..332b3d4cb5e7 100644 --- a/mail/pfqueue/Makefile +++ b/mail/pfqueue/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pfqueue -# Date created: 13 Jan 2004 -# Whom: Marcus Alves Grando <mnag@FreeBSD.org> -# +# Created by: Marcus Alves Grando <mnag@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pfqueue PORTVERSION= 0.5.6 @@ -21,6 +17,7 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} MAN1= pfqueue.1 MAN5= pfqueue.conf.5 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \ -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure |