diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-11 01:49:26 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-11 01:49:26 +0000 |
commit | 882406f338f68fcd7d1f702f208ee1b0739aa3c5 (patch) | |
tree | fb462d4717b0a115ffccfede4f252ec08616e341 /mail/qpopper | |
parent | CONTENT -> COMMENT (diff) |
<Sigh> Missing slash from the end of the pathname.
Notes
Notes:
svn path=/head/; revision=363
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 332a15b70a76..7cd379ff355d 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -3,12 +3,12 @@ # Date created: 06 October 1994 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/10/06 19:33:19 pst Exp $ # DISTNAME= qpop2.1.2 -MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper -EXTRACT_SUFX=.tar.Z +MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/popper/ +EXTRACT_SUFX= .tar.Z WRKSRC= ${WRKDIR}/qpopper2.1.2 .include <bsd.port.mk> |