diff options
author | oliver <oliver@FreeBSD.org> | 2011-03-05 17:00:53 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-03-05 17:00:53 +0800 |
commit | f654f98273882e411330b8db66f24f74550fb0c0 (patch) | |
tree | 7d2ab7d646516326a0d5805d91e84784bc40d7e6 /sysutils | |
parent | a13ac6a2a9b3560479e9c104ce5c300a5e837ec4 (diff) | |
download | freebsd-ports-gnome-f654f98273882e411330b8db66f24f74550fb0c0.tar.gz freebsd-ports-gnome-f654f98273882e411330b8db66f24f74550fb0c0.tar.zst freebsd-ports-gnome-f654f98273882e411330b8db66f24f74550fb0c0.zip |
bring back xfce menues and items
Submitted by: Zhihao Yuan <lichray@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 8d2ff24b10cd..58a0a7f6bfa7 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-utils PORTVERSION= 4.8.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/xfce-utils/${PORTVERSION:R} @@ -57,12 +58,6 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -post-patch: - @${REINPLACE_CMD} 's|/usr/local/share:|${LOCALBASE}/share:|' \ - ${WRKSRC}/scripts/startxfce4.in - @${REINPLACE_CMD} 's|/usr/local/share:||' \ - ${WRKSRC}/scripts/startxfce4.in - post-install: @-update-desktop-database |