diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-08-30 20:29:50 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-08-30 20:29:50 +0000 |
commit | 1e3cc095b31fc2ea067beafc0d1baeff20d02a5c (patch) | |
tree | 8df9cd268d072a9b9ee1fc939cb69efdfa0ec261 /mail/sendmail | |
parent | af2fe9f34b9a6155778428162b5d4dac39abef2a (diff) | |
download | pkgsrc-1e3cc095b31fc2ea067beafc0d1baeff20d02a5c.tar.gz |
- remove references to pkgsrc-wip directories that should not be there
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 8b6fd42fc85..05c739f4fdf 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2004/08/30 20:16:28 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.19 2004/08/30 20:29:50 adrianp Exp $ # # Makefile fragment shared with libmilter # @@ -14,9 +14,9 @@ HOMEPAGE= http://www.sendmail.org/ LICENSE= no-profit -DISTINFO_FILE?= ${.CURDIR}/../../wip/sendmail813/distinfo -FILESDIR?= ${.CURDIR}/../../wip/sendmail813/files -PATCHDIR?= ${.CURDIR}/../../wip/sendmail813/patches +DISTINFO_FILE?= ${.CURDIR}/../../mail/sendmail/distinfo +FILESDIR?= ${.CURDIR}/../../mail/sendmail/files +PATCHDIR?= ${.CURDIR}/../../mail/sendmail/patches DIST_VERS= 8.13.1 |