diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-05 23:08:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-05 23:08:45 +0000 |
commit | f19697403c794c82115a73b0af5cd3bcb0340996 (patch) | |
tree | bb3a5c7a8c7f1f63e79c6a2f849c46fe4760a371 /games/xconq/Makefile | |
parent | Install the manpage too. (diff) |
Update to version 7.2.2.
PR: 7162
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes
Notes:
svn path=/head/; revision=11745
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r-- | games/xconq/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 4807149942de..1135bad6e4e9 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xconq -# Version required: 7.2.1 +# Version required: 7.2.2 # Date created: 2 Jun 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/07 11:03:06 dburr Exp $ # -DISTNAME= xconq-7.2.1 -CATEGORIES= games x11 +DISTNAME= xconq-7.2.2 +CATEGORIES= games MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/ MAINTAINER= croyle@gelemna.ft-wayne.in.us @@ -21,14 +21,11 @@ USE_X11= yes MAN6= xconq.6 cconq.6 -pre-configure: - ${CP} ${FILESDIR}/mh-freebsd ${WRKSRC}/config/ - post-build: cd ${WRKSRC}/doc && make info post-install: -.for file in xconq cconq +.for file in xconq cconq imf2x x2imf xshowimf strip ${PREFIX}/bin/${file} .endfor cd ${WRKSRC}/doc && make install-info |