diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-21 06:09:13 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-21 06:09:13 +0800 |
| commit | 89d79316f28c45ba315631a6a4fc7598004e23d7 (patch) | |
| tree | 973574ba8ca17a1386201070e23e1444e5bb4c98 /devel | |
| parent | 57727e912ce3a82fa5f8ba9438237937cffea880 (diff) | |
| download | marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar.gz marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar.bz2 marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar.lz marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar.xz marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.tar.zst marcuscom-ports-89d79316f28c45ba315631a6a4fc7598004e23d7.zip | |
Remove support for a separate X11BASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8892 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
| -rw-r--r-- | devel/desktop-file-utils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index b07ed774c..0bf64d7fe 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -3,12 +3,12 @@ # Whom: Jean-Yves Lefort <jylefort@brutele.be> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/desktop-file-utils/Makefile,v 1.5 2007/04/28 07:59:02 marcus Exp $ # PORTNAME= desktop-file-utils PORTVERSION= 0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ @@ -27,8 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PORT_MIMEDIRS= ${LOCALBASE}/share/applications \ - ${X11BASE}/share/applications +PORT_MIMEDIRS= ${LOCALBASE}/share/applications MIMEDIRS= ${PORT_MIMEDIRS} |
