diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /x11 | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) | |
download | ports-313cb94889a01069af757dfb7947681bbe82b1e3.tar.gz ports-313cb94889a01069af757dfb7947681bbe82b1e3.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metalock/Makefile | 1 | ||||
-rw-r--r-- | x11/trayer/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/x11/metalock/Makefile b/x11/metalock/Makefile index 047907e96fbd..622319162671 100644 --- a/x11/metalock/Makefile +++ b/x11/metalock/Makefile @@ -15,7 +15,6 @@ COMMENT= Enhanced X11 screen locker LICENSE= MIT LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE -FETCH_ARGS= "-Fpr" USE_BZIP2= yes USE_XORG= x11 xt xproto xext xpm diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index ce5d1cd796f2..8036c6ae037f 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -11,7 +11,6 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Lightweight GTK2-based systray for UNIX desktop GITVERSION= 0-g5353f80 -FETCH_ARGS= -pRr USE_GNOME= gtk20 glib20 pango atk USES= iconv gmake pkgconfig USE_XORG= xmu |