diff options
author | steve <steve@FreeBSD.org> | 1998-07-06 07:08:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-06 07:08:45 +0800 |
commit | 8cbb5a691336cf959f5a6388234d29f668e0aefd (patch) | |
tree | 036f5f5df135c6697ad69e1b41e5221d049d7657 /games/xconq/Makefile | |
parent | 6c4b43931c22e95aec7a71271c85bcfef265c4f5 (diff) | |
download | freebsd-ports-gnome-8cbb5a691336cf959f5a6388234d29f668e0aefd.tar.gz freebsd-ports-gnome-8cbb5a691336cf959f5a6388234d29f668e0aefd.tar.zst freebsd-ports-gnome-8cbb5a691336cf959f5a6388234d29f668e0aefd.zip |
Update to version 7.2.2.
PR: 7162
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
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 |