diff options
Diffstat (limited to 'sysutils/gnome_subr/Makefile')
-rw-r--r-- | sysutils/gnome_subr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/gnome_subr/Makefile b/sysutils/gnome_subr/Makefile index ead0947229b9..e1e440de2b9a 100644 --- a/sysutils/gnome_subr/Makefile +++ b/sysutils/gnome_subr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome_subr -# Date created: 31 Oct 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# +# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnome_subr PORTVERSION= 1.0 @@ -16,6 +12,7 @@ COMMENT= Common startup and shutdown subroutines used by GNOME scripts NO_BUILD= yes PLIST_FILES= etc/gnome.subr +NO_STAGE= yes do-install: ${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc |