diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /www/mozex/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'www/mozex/Makefile')
-rw-r--r-- | www/mozex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mozex/Makefile b/www/mozex/Makefile index 8bac7822c053..fb274c784eb7 100644 --- a/www/mozex/Makefile +++ b/www/mozex/Makefile @@ -3,11 +3,12 @@ # Whom: Thierry Thomas (<thierry@pompo.net>) # # $FreeBSD$ +# $MCom: ports/www/mozex/Makefile,v 1.2 2006/09/22 19:52:59 mezz Exp $ # PORTNAME= mozex PORTVERSION= 1.07 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www mail news ftp MASTER_SITES= ${MASTER_SITE_MOZDEV} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Mozex allows users of ${GEKO} to use external programs for mail, news, etc. -USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. - SUB_FILES= pkg-message SUB_LIST= GECKO=${GECKO} PKGMESSAGE= ${WRKDIR}/pkg-message |