diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:54:03 +0800 |
commit | c80d47b4ee8b5d248af3e3d557b961120f83a454 (patch) | |
tree | a722e5e9979458311291108139ad3ab6ca7cea31 /x11-themes/fvwm-themes | |
parent | f62135ce74fb0d80b73e4ebf4fa42608418c9b5a (diff) | |
download | freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.gz freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.tar.zst freebsd-ports-gnome-c80d47b4ee8b5d248af3e3d557b961120f83a454.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-themes)
Diffstat (limited to 'x11-themes/fvwm-themes')
-rw-r--r-- | x11-themes/fvwm-themes/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/fvwm-themes/Makefile b/x11-themes/fvwm-themes/Makefile index ffd19ea2cc55..f52481ed940b 100644 --- a/x11-themes/fvwm-themes/Makefile +++ b/x11-themes/fvwm-themes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fvwm-themes -# Date created: 2 February 2001 -# Whom: Oyvind Albrigtsen -# +# Created by: Oyvind Albrigtsen # $FreeBSD$ -# PORTNAME= fvwm-themes PORTVERSION= 0.7.0 @@ -29,6 +25,7 @@ GNU_CONFIGURE= yes MAN1= fvwm-themes-config.1 fvwm-themes-menuapp.1 fvwm-themes-com.1 \ fvwm-themes-images.1 fvwm-themes-start.1 fvwm-themes-root.1 +NO_STAGE= yes post-install: @cd ${WRKDIR}/${PORTNAME}-extra-${PORTVERSION} && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/fvwm/themes |