diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:58:02 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:58:02 +0800 |
commit | 3c060752f371d05e9ddf7ad9202603c483e8ab14 (patch) | |
tree | 816dc46743af5687bc9d951d0d660e4849a1de48 /x11/gdm/Makefile | |
parent | 364b939fdc2139544f7c5ff29d63a3edbd86b0a7 (diff) | |
download | marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar.gz marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar.bz2 marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar.lz marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar.xz marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.tar.zst marcuscom-ports-3c060752f371d05e9ddf7ad9202603c483e8ab14.zip |
Remove the .sh extensions from USE_RC_SUBR.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5851 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 7a239512a..04aa5e472 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gdm/Makefile,v 1.17 2006/03/02 06:38:49 marcus Exp $ +# $MCom: ports/x11/gdm/Makefile,v 1.18 2006/03/02 21:16:03 mezz Exp $ # PORTNAME= gdm @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_RC_SUBR= gdm.sh +USE_RC_SUBR= gdm USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \ gnomeprefix |