diff options
author | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-25 23:43:34 +0800 |
commit | 9ec61f48def80e1a6cac88e7acc7894cc689135b (patch) | |
tree | c0750f82911803374c81b8cf05e2b96f037e2d8a /x11 | |
parent | 03d1cb7006bd787bb7333edbfdefa0fe8486d226 (diff) | |
download | freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.gz freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.tar.zst freebsd-ports-gnome-9ec61f48def80e1a6cac88e7acc7894cc689135b.zip |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wbar/Makefile | 2 | ||||
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 3d4a7aa3fdb2..02a2d764cd29 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -34,8 +34,6 @@ NLS_LIBS= -lintl WBARCONFIG_CONFIGURE_ENABLE= wbar-config WBARCONFIG_USE= GNOME=libglade2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} post-install: diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index dd2dfc9c1256..f7018dc94a80 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -13,8 +13,6 @@ COMMENT= Alternate menu for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce USE_GNOME= gtk20 USE_XFCE= panel |