diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/gnome_subr | |
parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
download | ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip |
Notes
Diffstat (limited to 'sysutils/gnome_subr')
-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 |