diff options
author | frueauf <frueauf> | 1998-03-10 14:02:54 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-10 14:02:54 +0000 |
commit | d8139e5bc46cd7d8434414ee7d29456866a91e17 (patch) | |
tree | 7a61230cafd9ac09e947aedb2a3bbbfce420f7bf | |
parent | abb0fc9e3521276263b1a393623fe3a91ab4a4e0 (diff) | |
download | pkgsrc-d8139e5bc46cd7d8434414ee7d29456866a91e17.tar.gz |
portlint: remove unnecessery blank line.
-rw-r--r-- | graphics/xbmbrowser/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index dec96b69a65..d54cec556c9 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -3,23 +3,23 @@ # Date created: 06 September 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $NetBSD: Makefile,v 1.3 1998/01/30 13:57:17 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/10 14:02:54 frueauf Exp $ # FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp # -DISTNAME= xbmbrowser5.1 -PKGNAME= xbmbrowser-5.1 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xbmbrowser5.1 +PKGNAME= xbmbrowser-5.1 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities -MAINTAINER= tg@FreeBSD.org +MAINTAINER= tg@FreeBSD.org -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes -USE_GMAKE= yes -CAT1=xbmbrowser.0 +USE_IMAKE= yes +USE_GMAKE= yes -.include <bsd.port.mk> +CAT1= xbmbrowser.0 +.include <bsd.port.mk> |