diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2010-09-30 14:55:31 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2010-09-30 14:55:31 +0000 |
commit | 3db2b1a49cc4f0c267363aaa9dfee620bcc48fd6 (patch) | |
tree | 00fd464171d41177b3251a5eab2c150549549e91 /misc/lxde-common/Makefile | |
parent | 7c51ebafe8a72be8923ad507e7afaad22be44bd4 (diff) |
Notes
Diffstat (limited to 'misc/lxde-common/Makefile')
-rw-r--r-- | misc/lxde-common/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/misc/lxde-common/Makefile b/misc/lxde-common/Makefile index cc69e23a9cbe..8535ad962a08 100644 --- a/misc/lxde-common/Makefile +++ b/misc/lxde-common/Makefile @@ -6,15 +6,13 @@ # PORTNAME= lxde-common -PORTVERSION= 0.3.2.1 -PORTREVISION= 3 +PORTVERSION= 0.5.0 CATEGORIES= misc -MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/LXDE%20Common%20${PORTVERSION} +MASTER_SITES= SF/lxde/${PORTNAME}%20%28default%20config%29/lxde-common%20${PORTVERSION} -MAINTAINER= sahne@0x90.at +MAINTAINER= kmoore@freebsd.org COMMENT= LXDE Common files -USE_BZIP2= YES USE_GNOME= gtk20 USE_GMAKE= yes USE_ICONV= yes @@ -29,10 +27,7 @@ DATADIR= ${PREFIX}/share/lxde INSTALLS_ICONS= YES MAN1= startlxde.1\ - lxde-logout.1 - -post-patch: - ${RM} ${WRKSRC}/Makefile.in.orig - ${RM} ${WRKSRC}/icon-theme/Makefile.in.orig + lxde-logout.1 \ + openbox-lxde.1 .include <bsd.port.mk> |