svn commit: r329357 - head/deskutils/gaddr
Lars Engels
lme at FreeBSD.org
Fri Oct 4 18:46:15 UTC 2013
Author: lme
Date: Fri Oct 4 18:46:15 2013
New Revision: 329357
URL: http://svnweb.freebsd.org/changeset/ports/329357
Log:
Support staging
Modified:
head/deskutils/gaddr/Makefile
Modified: head/deskutils/gaddr/Makefile
==============================================================================
--- head/deskutils/gaddr/Makefile Fri Oct 4 18:33:50 2013 (r329356)
+++ head/deskutils/gaddr/Makefile Fri Oct 4 18:46:15 2013 (r329357)
@@ -16,7 +16,8 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk12
WANT_GNOME= yes
-NO_STAGE= yes
+MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}"
+
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomelibs}!=""
More information about the svn-ports-all
mailing list