diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:27:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-10-31 13:27:45 +0800 |
commit | c0f05520a6cb3578c6e6c1db5062d661a391134f (patch) | |
tree | 1300a8ffd404ac5576977ea8988539b982fb0b46 | |
parent | 98c872913649ee2d8f70148eb94dd5357907d203 (diff) | |
download | freebsd-ports-gnome-c0f05520a6cb3578c6e6c1db5062d661a391134f.tar.gz freebsd-ports-gnome-c0f05520a6cb3578c6e6c1db5062d661a391134f.tar.zst freebsd-ports-gnome-c0f05520a6cb3578c6e6c1db5062d661a391134f.zip |
- clean package name
-rw-r--r-- | deskutils/preferences.app/Makefile | 4 | ||||
-rw-r--r-- | devel/projectcenter.app/Makefile | 4 | ||||
-rw-r--r-- | games/gomoku.app/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/preferences.app/Makefile b/deskutils/preferences.app/Makefile index 27915a757952..97f85945a39f 100644 --- a/deskutils/preferences.app/Makefile +++ b/deskutils/preferences.app/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: preferences.app +# New ports collection makefile for: preferences # Date created: 04 Feb 2003 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # -PORTNAME= preferences.app +PORTNAME= preferences PORTVERSION= 1.2.0 PORTREVISION= 2 CATEGORIES= deskutils diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 05b47390d68f..1c71f43e2756 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: ProjectCenter +# New ports collection makefile for: projectcenter # Date created: 22 Sep 2000 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= projectcenter.app +PORTNAME= projectcenter PORTVERSION= 0.4.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 65eaa9c6c135..c2f2fda7876c 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= gomoku.app +PORTNAME= gomoku PORTVERSION= 1.2.7 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ |