diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-15 07:49:09 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-15 07:49:09 +0800 |
commit | e9f9879796a309ea47179d80ada1f58163c1199c (patch) | |
tree | 4a4a7723ffac513de189f5ca04edd9c31af97aed /mail | |
parent | 2a2591b25bd07007b7cd28ea8750d2aab8d02425 (diff) | |
download | freebsd-ports-gnome-e9f9879796a309ea47179d80ada1f58163c1199c.tar.gz freebsd-ports-gnome-e9f9879796a309ea47179d80ada1f58163c1199c.tar.zst freebsd-ports-gnome-e9f9879796a309ea47179d80ada1f58163c1199c.zip |
remove leftover crud
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 84f558a5e5e6..dd583ec01875 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -41,9 +41,6 @@ PLIST_SUB= SHLIBNAME=${SHLIBNAME} SHLIBBASE=${SHLIBBASE} SHLIBNAME= lib${SHLIBBASE}.so.${SHLIBMAJ}.0 .endif -post-extract: - @${CP} ${FILESDIR}/safegets.[ch] ${WRKSRC}/src/mtest/ - post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" .if ${PAMAUTH} != "no" |