diff options
author | asami <asami@FreeBSD.org> | 1998-07-02 00:39:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-07-02 00:39:00 +0000 |
commit | 84277017941c960d6d55d86191b84d50b76a9f2b (patch) | |
tree | f0fdcdb6a5d2ceb98dec48a26e89a917f78b1f47 | |
parent | 91043d3245fcd6d1a4a1fe2ccae5ddf4c0ec7338 (diff) | |
download | FreeBSD-ports-84277017941c960d6d55d86191b84d50b76a9f2b.zip FreeBSD-ports-84277017941c960d6d55d86191b84d50b76a9f2b.tar.gz |
No need to use += for variable defined only once.
-rw-r--r-- | games/xteddy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index a4c3f6a..e3ac9b4 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -3,7 +3,7 @@ # Date created: 3 June 1998 # Whom: Eckart "Isegrim" Hofmann # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/30 13:16:13 ghelmer Exp $ # DISTNAME= xteddy-1.0 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.leo.org:/pub/comp/usenet/comp.sources.x/xteddy/ MAINTAINER= Isegrim@Wunder-Nett.org -LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm NO_CDROM= "Can only be distributed for free" |