diff options
author | asami <asami@FreeBSD.org> | 1995-12-25 15:38:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-25 15:38:41 +0800 |
commit | fce7200e5620a20d0e5bb01eb41f64d9c86948dc (patch) | |
tree | eb2b3d81a46b93ae278aff14015adf0439072c34 | |
parent | 714982a73a2e4369ea473bdb974b4d128b135509 (diff) | |
download | freebsd-ports-gnome-fce7200e5620a20d0e5bb01eb41f64d9c86948dc.tar.gz freebsd-ports-gnome-fce7200e5620a20d0e5bb01eb41f64d9c86948dc.tar.zst freebsd-ports-gnome-fce7200e5620a20d0e5bb01eb41f64d9c86948dc.zip |
(1) Reorder variables (DISTNAME goes before PKGNAME).
(2) Remove "BSD" from end of PKGNAME string.
-rw-r--r-- | games/xneko/Makefile | 4 | ||||
-rw-r--r-- | games/xroach/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xneko/Makefile b/games/xneko/Makefile index 6eb67cbad52a..3f2786e8d145 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -3,11 +3,11 @@ # Date created: 22 December 1995 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/12/22 18:10:20 markm Exp $ # -PKGNAME= xneko-4.4BSD DISTNAME= xneko +PKGNAME= xneko-4.4 CATEGORIES+= x11 games MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 9df914b5d06d..13e2273f2872 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -3,11 +3,11 @@ # Date created: 22 December 1995 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/12/22 18:13:45 markm Exp $ # -PKGNAME= xroach-4.4BSD DISTNAME= xroach +PKGNAME= xroach-4.4 CATEGORIES+= x11 games MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ |