diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 22:34:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 22:34:00 +0000 |
commit | 97207b8b69803e549d76a6234ff02f6896c8c608 (patch) | |
tree | f22328b3b82bac91ba4362649cec29cc99b4444c | |
parent | fdcc6b99ec0af633d17a4a315493c7d7ab2d5d37 (diff) | |
download | ports-97207b8b69803e549d76a6234ff02f6896c8c608.tar.gz ports-97207b8b69803e549d76a6234ff02f6896c8c608.zip |
Notes
-rw-r--r-- | x11/lxde-meta/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/lxde-meta/Makefile b/x11/lxde-meta/Makefile index a5f1b155f00a..5669a5962380 100644 --- a/x11/lxde-meta/Makefile +++ b/x11/lxde-meta/Makefile @@ -5,8 +5,6 @@ PORTNAME= lxde-meta PORTVERSION= 1.0 PORTREVISION= 7 CATEGORIES= x11 -MASTER_SITES= #none -DISTFILES= #none MAINTAINER= horia@racoviceanu.com COMMENT= "meta-port" of the LXDE desktop slimmed down for FreeBSD releases @@ -23,12 +21,6 @@ RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox \ lxde-icon-theme>=0:${PORTSDIR}/x11-themes/lxde-icon-theme \ lxde-common>=0:${PORTSDIR}/misc/lxde-common -DESCR= ${.CURDIR}/pkg-descr - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_MTREE= yes - -do-install: +USES= metaport .include <bsd.port.mk> |