diff options
author | wiz <wiz> | 2000-08-07 02:26:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-07 02:26:08 +0000 |
commit | ec3687f99d0ebad61b015bd9627384b7efa0b4b8 (patch) | |
tree | ed23f1fa67f505a5334ef54116ac352a4a5b6d09 /mail/exim/Makefile | |
parent | b90ded48bab0ac2b970e966e4ef1d529aab91b6b (diff) | |
download | pkgsrc-ec3687f99d0ebad61b015bd9627384b7efa0b4b8.tar.gz |
Fix install/deinstall problems.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d48926629a7..ecb42ea296b 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/08/04 14:55:09 ad Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/07 02:26:08 wiz Exp $ DISTNAME= exim-3.16 CATEGORIES= mail net @@ -16,6 +16,7 @@ MESSAGE_FILE= ${WRKDIR}/MESSAGE pre-patch: ${MKDIR} ${WRKSRC}/Local ${CP} ${WRKSRC}/src/EDITME ${WRKSRC}/Local/Makefile.netbsd + ${SED} "s,@PREFIX@,${PREFIX}," < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE} pre-configure: ${SED} -e 's:@PREFIX@:${PREFIX}:' \ |