diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-31 02:12:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-31 02:12:19 +0800 |
commit | 6eca9ee90e4826c49a33c70506fd614da25a177e (patch) | |
tree | c8b2146e0ff02c10f185b37eee5b93c537e6122d /deskutils/gtweakui | |
parent | f19e73cc5820fc6f9ae9e1ae1b372ac0e47f8456 (diff) | |
download | freebsd-ports-gnome-6eca9ee90e4826c49a33c70506fd614da25a177e.tar.gz freebsd-ports-gnome-6eca9ee90e4826c49a33c70506fd614da25a177e.tar.zst freebsd-ports-gnome-6eca9ee90e4826c49a33c70506fd614da25a177e.zip |
Stage support
Diffstat (limited to 'deskutils/gtweakui')
-rw-r--r-- | deskutils/gtweakui/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile index aeb33dabe0db..33847123d534 100644 --- a/deskutils/gtweakui/Makefile +++ b/deskutils/gtweakui/Makefile @@ -10,19 +10,18 @@ MASTER_SITES= SF DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org -COMMENT= A collection of simple dialogs as a front end to GConf +COMMENT= Collection of simple dialogs as a front end to GConf USE_BZIP2= yes -USES= pathfix gmake pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix libgnomeui gconf2 libglade2 intlhack GNU_CONFIGURE= yes DESKTOP_FILES= gtweakui-galeon.desktop.in \ - gtweakui-menus.desktop.in \ - gtweakui-nautilus.desktop.in \ - gtweakui-session.desktop.in + gtweakui-menus.desktop.in \ + gtweakui-nautilus.desktop.in \ + gtweakui-session.desktop.in -NO_STAGE= yes post-patch: .for FILE in ${DESKTOP_FILES} @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ |