diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
commit | 116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch) | |
tree | 182c3e8b2fec5d158af1b14d92f30efeee781107 /mail/mdpop3d | |
parent | ce797dd6db08415f0769d368481029338e73d118 (diff) | |
download | ports-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.tar.gz ports-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.zip |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=267133
Diffstat (limited to 'mail/mdpop3d')
-rw-r--r-- | mail/mdpop3d/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mdpop3d/Makefile b/mail/mdpop3d/Makefile index 034d0dc9e448..809d5335b063 100644 --- a/mail/mdpop3d/Makefile +++ b/mail/mdpop3d/Makefile @@ -8,7 +8,6 @@ PORTNAME= mdpop3d PORTVERSION= 0.97 CATEGORIES= mail MASTER_SITES= ftp://ftp.corpit.ru/home/mjt/mdpop3d/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= avl@FreeBSD.org COMMENT= A simple and small POP3 daemon implementation with Maildir support |