diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-13 22:30:19 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-13 22:30:19 +0000 |
commit | badf16e79845b27e5d53f524b2702967bb492322 (patch) | |
tree | 718a344917a0d6b155a54858f38baff5eec7a56e | |
parent | PR: 3539 (diff) |
Path on MASTER_SITE changed.
Instead of using DISTNAME and DISTFILES, use DISTNAME and WRKSRC.
Notes
Notes:
svn path=/head/; revision=6923
-rw-r--r-- | mail/poppassd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index cc706e418057..d5cdac77e79e 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -3,14 +3,13 @@ # Date Created: 21 August 1996 # Whom: Andrew Stevenson <andrew@ugh.net.au> based heavily on the changes by Stephen Melvin <melvin@zytek.com> # -# $Id: Makefile,v 1.2 1996/11/10 21:32:29 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/17 07:42:55 obrien Exp $ # -DISTNAME= poppassd +DISTNAME= pwserve-4 PKGNAME= poppassd-4.0 CATEGORIES= mail -MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/password/ -DISTFILES= pwserve-4 +MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/password/ MAINTAINER= andrew@ugh.net.au @@ -18,6 +17,7 @@ EXTRACT_CMD= /bin/cat EXTRACT_SUFX= EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | /usr/bin/sed -e '1,16d' | /bin/sh +WRKSRC= ${WRKDIR}/poppassd ALL_TARGET= poppassd MAN8= poppassd.8 |