diff options
author | crees <crees@FreeBSD.org> | 2011-08-29 19:02:57 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-29 19:02:57 +0800 |
commit | 8113bdd5ba49f44bfb385f2654efae4be279edf3 (patch) | |
tree | a9c386bc6db8a458255cdeacc264df26b3a22425 /www/hastymail2 | |
parent | c77491c2363419df0a64a44f407ff4839d8fe751 (diff) | |
download | freebsd-ports-gnome-8113bdd5ba49f44bfb385f2654efae4be279edf3.tar.gz freebsd-ports-gnome-8113bdd5ba49f44bfb385f2654efae4be279edf3.tar.zst freebsd-ports-gnome-8113bdd5ba49f44bfb385f2654efae4be279edf3.zip |
- Add CONFLICTS on new hastymail2-devel port
- While here, move LICENSE section to make portlint happy
PR: ports/159995
Diffstat (limited to 'www/hastymail2')
-rw-r--r-- | www/hastymail2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile index a7d52ee274f1..c5445aa9183c 100644 --- a/www/hastymail2/Makefile +++ b/www/hastymail2/Makefile @@ -16,10 +16,12 @@ DISTNAME= hastymail2_${WIKEDVERSION} MAINTAINER= aldis@bsdroot.lv COMMENT= Small, fast and secure yet powerful IMAP webmail +LICENSE= GPLv2 + NO_BUILD= yes SUB_FILES= pkg-message -LICENSE= GPLv2 +CONFLICTS= hastymail2-devel-1.[0-9]* INSTALL_DIR?= www/${PORTNAME} PLIST= ${WRKDIR}/pkg-plist |