diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:42:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-19 19:42:34 +0000 |
commit | 04346df06d6bc0ed953a83f73901be9f69d51c71 (patch) | |
tree | 166638d6771914024ac604313e55c2b2c50c6327 | |
parent | 056ad3997cc14e0fa33385b4eecb5fee43f2d54a (diff) | |
download | freebsd-ports-04346df06d6bc0ed953a83f73901be9f69d51c71.zip |
portlint
-rw-r--r-- | x11/gnome/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index c55548c21ede..6600b02363ed 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gnome -PORTVERSION= 1.0.53 +PORTVERSION= 1.0.53 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty +EXTRACT_ONLY= # empty MAINTAINER= ade@FreeBSD.org @@ -41,7 +42,6 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeau gmc:${PORTSDIR}/x11-fm/gnomemc \ gnumeric:${PORTSDIR}/math/gnumeric -EXTRACT_ONLY= # empty NO_BUILD= yes do-install: # empty diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index c55548c21ede..6600b02363ed 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gnome -PORTVERSION= 1.0.53 +PORTVERSION= 1.0.53 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty +EXTRACT_ONLY= # empty MAINTAINER= ade@FreeBSD.org @@ -41,7 +42,6 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeau gmc:${PORTSDIR}/x11-fm/gnomemc \ gnumeric:${PORTSDIR}/math/gnumeric -EXTRACT_ONLY= # empty NO_BUILD= yes do-install: # empty |