diff options
Diffstat (limited to 'mail/asmail/Makefile')
-rw-r--r-- | mail/asmail/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 17c60ddfa407..8898460d7f0b 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmail -# Date created: 15 August 1997 -# Whom: brett@peloton.physics.montana.edu -# +# Created by: brett@peloton.physics.montana.edu # $FreeBSD$ -# PORTNAME= asmail PORTVERSION= 2.1 @@ -28,6 +24,7 @@ MAN5= asmailrc.5x CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} -lssl -lcrypto +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|machine/soundcard|sys/soundcard|g' ${WRKSRC}/configure |