diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /misc/kde4-xdg-env/Makefile | |
parent | c7651500a041b224f401ba85fc192aac6ad83c1c (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes:
svn path=/head/; revision=214069
svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'misc/kde4-xdg-env/Makefile')
-rw-r--r-- | misc/kde4-xdg-env/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/misc/kde4-xdg-env/Makefile b/misc/kde4-xdg-env/Makefile deleted file mode 100644 index 44afb4e880c1..000000000000 --- a/misc/kde4-xdg-env/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: kde-xdg-env -# Date created: April 03 2005 -# Whom: Michael Nottebrock <lofi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xdg -PORTVERSION= 1.0 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= misc kde -MASTER_SITES= # none -PKGNAMEPREFIX= kde- -PKGNAMESUFFIX= -env -DISTNAME= # none -EXTRACT_SUFX= # none - -MAINTAINER= kde@FreeBSD.org -COMMENT= Script which hooks into startkde and helps KDE pick up XDG apps/menus - -.if defined(KDE_PREFIX) -PREFIX= ${KDE_PREFIX} -SUB_LIST+= KDE_PREFIX=${KDE_PREFIX} -.else -SUB_LIST+= KDE_PREFIX=${LOCALBASE} -.endif - -NO_BUILD= yes - -SUB_FILES= xdg-env.sh - -PLIST_FILES= env/xdg-env.sh -PLIST_DIRS= env - -do-install: - ${MKDIR} ${PREFIX}/env - ${INSTALL_SCRIPT} ${WRKDIR}/xdg-env.sh ${PREFIX}/env - -.include <bsd.port.mk> |