diff options
author | flz <flz@FreeBSD.org> | 2005-10-22 17:43:47 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-10-22 17:43:47 +0800 |
commit | 63a7531c3a5138c553bcc29c2818ae642c407572 (patch) | |
tree | 969720639f9a8adb1a22667923db6cb705c5f8ff | |
parent | bca385881d343fb178033aadc713c08fe49c70af (diff) | |
download | freebsd-ports-gnome-63a7531c3a5138c553bcc29c2818ae642c407572.tar.gz freebsd-ports-gnome-63a7531c3a5138c553bcc29c2818ae642c407572.tar.zst freebsd-ports-gnome-63a7531c3a5138c553bcc29c2818ae642c407572.zip |
- Fix PKGORIGIN.
Reported by: kris
-rw-r--r-- | mail/roundcube/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 1214042f3794..fc1e11a69390 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= roundcube PORTVERSION= 0.1 -CATEGORIES= net +CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}mail DISTNAME= ${PORTNAME}_webmail_${PORTVERSION}-${SNAPSHOT} |