diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-17 13:35:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-17 13:35:47 +0800 |
commit | db3fb18778aa581854fe86d6cf2cf2c7a976ae7c (patch) | |
tree | e551d0e988e8a467ab40e280fa303b445f308f22 | |
parent | b916b133d31b430b15b135f5bdc6127997aa2887 (diff) | |
download | freebsd-ports-gnome-db3fb18778aa581854fe86d6cf2cf2c7a976ae7c.tar.gz freebsd-ports-gnome-db3fb18778aa581854fe86d6cf2cf2c7a976ae7c.tar.zst freebsd-ports-gnome-db3fb18778aa581854fe86d6cf2cf2c7a976ae7c.zip |
- Support staging
- Whitespace fix
-rw-r--r-- | x11/avant-window-navigator-gnome/Makefile | 5 | ||||
-rw-r--r-- | x11/avant-window-navigator/Makefile | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/avant-window-navigator-gnome/Makefile b/x11/avant-window-navigator-gnome/Makefile index fdd76d0bb2ea..dda4bb6ead25 100644 --- a/x11/avant-window-navigator-gnome/Makefile +++ b/x11/avant-window-navigator-gnome/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTREVISION= 7 -AWN_DESKTOP= gnome -MASTERDIR= ${.CURDIR}/../avant-window-navigator +AWN_DESKTOP= gnome +MASTERDIR= ${.CURDIR}/../avant-window-navigator -NO_STAGE= yes .include <${MASTERDIR}/Makefile> diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 452abe05b2e8..bb005980cd3f 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-desktop=agnostic CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-xfce4-[0-9]* .endif -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCONF} |