diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-14 23:49:09 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-14 23:49:09 +0000 |
commit | 7179a6d030b15de47491dd46d8acf1f86b384e76 (patch) | |
tree | 2fad16d56ea40c1f1be1399618799fefbc53f499 /mail/imap-uw | |
parent | Update using proper patch from PR 16545. (diff) |
remove leftover crud
Notes
Notes:
svn path=/head/; revision=25838
Diffstat (limited to 'mail/imap-uw')
-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" |