diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:44:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:44:55 +0800 |
commit | a74cf2f49cc90079912ddc93077b9437d9ae2381 (patch) | |
tree | 626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks/wmfishtime | |
parent | 75c703a072d2981400dc17a23ec971f3cf28a570 (diff) | |
download | freebsd-ports-gnome-a74cf2f49cc90079912ddc93077b9437d9ae2381.tar.gz freebsd-ports-gnome-a74cf2f49cc90079912ddc93077b9437d9ae2381.tar.zst freebsd-ports-gnome-a74cf2f49cc90079912ddc93077b9437d9ae2381.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-clocks)
Diffstat (limited to 'x11-clocks/wmfishtime')
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index 339bb1ed3c0c..ea21e2968de6 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmfishtime -# Date created: 31 March 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= wmfishtime PORTVERSION= 1.24 @@ -25,6 +21,7 @@ MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall ${GTK_CFLAGS}" \ PLIST_FILES= bin/wmfishtime MAN1= wmfishtime.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -E -e "s@1\.23@1\.24@g" ${WRKSRC}/fishmon.c ${WRKSRC}/wmfishtime.1 |