diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
commit | a74cf2f49cc90079912ddc93077b9437d9ae2381 (patch) | |
tree | 626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks/aclock/Makefile | |
parent | 75c703a072d2981400dc17a23ec971f3cf28a570 (diff) | |
download | FreeBSD-ports-a74cf2f49cc90079912ddc93077b9437d9ae2381.zip FreeBSD-ports-a74cf2f49cc90079912ddc93077b9437d9ae2381.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)
Diffstat (limited to 'x11-clocks/aclock/Makefile')
-rw-r--r-- | x11-clocks/aclock/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-clocks/aclock/Makefile b/x11-clocks/aclock/Makefile index 7114235..6972a52 100644 --- a/x11-clocks/aclock/Makefile +++ b/x11-clocks/aclock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aclock -# Date created: 6 Oct 2006 -# Whom: gurkan@phys.ethz.ch -# +# Created by: gurkan@phys.ethz.ch # $FreeBSD$ -# PORTNAME= aclock PORTVERSION= 0.4.0 @@ -24,4 +20,5 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/${DISTNAME} +NO_STAGE= yes .include <bsd.port.mk> |