diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:13:41 +0000 |
commit | f71aebd7a629ab3d42772703dabaa2994b9cabfb (patch) | |
tree | d296052100f908858a6d7ff41dae09101a49228c /graphics/xbmbrowser/Makefile | |
parent | 8e66dd0b900dbc3510bd83422e3c84992c348da0 (diff) | |
download | ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.tar.gz ports-f71aebd7a629ab3d42772703dabaa2994b9cabfb.zip |
Notes
Diffstat (limited to 'graphics/xbmbrowser/Makefile')
-rw-r--r-- | graphics/xbmbrowser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index 4487e6548610..ebe8640a9c39 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -3,7 +3,7 @@ # Date created: 06 September 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:23 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:32:42 asami Exp $ # DISTNAME= xbmbrowser5.1 @@ -17,6 +17,8 @@ MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes +MAN1= xbmbrowser.1 + USE_GMAKE= yes .include <bsd.port.mk> |