diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-12 10:26:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-12 10:26:44 +0000 |
commit | 3417af1d257780278a12b42a67368ea4ebf0ca7a (patch) | |
tree | 4b66b0f70b2344c35f8baf818b3a7a667c642f97 /games/xbill/Makefile | |
parent | 53e903b04b5fdfd7fae14b639e764fb99d91d107 (diff) |
Notes
Diffstat (limited to 'games/xbill/Makefile')
-rw-r--r-- | games/xbill/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 32166ed7e059..3219109a25ba 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -3,10 +3,10 @@ # Date created: 12 September 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/10/06 07:53:05 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 09:52:57 asami Exp $ # -DISTNAME= xbill-1.1 +DISTNAME= xbill-2.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games @@ -17,10 +17,8 @@ MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xbill -NO_INSTALL_MANPAGES= yes post-install: - cp ${WRKSRC}/README ${PREFIX}/lib/xbill + ${CP} ${WRKSRC}/README ${PREFIX}/share/xbill .include <bsd.port.mk> |