diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /mail/postilion | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Notes
Diffstat (limited to 'mail/postilion')
-rw-r--r-- | mail/postilion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postilion/Makefile b/mail/postilion/Makefile index 2ec1f8b99765..805d3ef4ed48 100644 --- a/mail/postilion/Makefile +++ b/mail/postilion/Makefile @@ -24,7 +24,7 @@ MAKE_ARGS= PORTVERSION="${PORTVERSION}" LOCALBASE="${LOCALBASE}" \ DIR=lib/postilionlib SED="${SED}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/imap/*' +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/imap/*' do-configure: ${LN} -s ${FILESDIR}/config.h ${WRKSRC} |