aboutsummaryrefslogtreecommitdiff
path: root/games/conquest
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-22 17:14:31 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-22 17:14:31 +0000
commitbdbb3bc341e0731b5dba9bef46168ce91c6d38f9 (patch)
tree5dd9615792862f9c3e2cff9f1d2cc06d2b5c4292 /games/conquest
parent23b9c3bd1a90631685e2021e22c94fd5f07be9eb (diff)
downloadports-bdbb3bc341e0731b5dba9bef46168ce91c6d38f9.tar.gz
ports-bdbb3bc341e0731b5dba9bef46168ce91c6d38f9.zip
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=76180
Diffstat (limited to 'games/conquest')
-rw-r--r--games/conquest/Makefile7
-rw-r--r--games/conquest/pkg-comment1
2 files changed, 4 insertions, 4 deletions
diff --git a/games/conquest/Makefile b/games/conquest/Makefile
index a2a33386478c..eee057587f92 100644
--- a/games/conquest/Makefile
+++ b/games/conquest/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://www.radscan.com/conquest/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= markp@FreeBSD.org
+COMMENT= A multi-player curses space warfare game similar to Netrek
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc/conquest \
@@ -22,10 +23,10 @@ BINGRP= conquest
SHAREGRP= conquest
post-patch:
- ${REINPLACE_CMD} -e "s|^.*@chgrp .(CONQGROUP) conq.*||g; \
+ ${REINPLACE_CMD} "s|^.*@chgrp .(CONQGROUP) conq.*||g; \
s|^.*@chmod 2771 conq.*||g;" ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -e "s/# include <termio.h>//g" ${WRKSRC}/c_defs.h
- ${REINPLACE_CMD} -e "s/-O2 -fPIC//g" ${WRKSRC}/configure
+ ${REINPLACE_CMD} "s/# include <termio.h>//g" ${WRKSRC}/c_defs.h
+ ${REINPLACE_CMD} "s/-O2 -fPIC//g" ${WRKSRC}/configure
do-install:
@${SH} pkg-install ${PORTNAME} PRE-INSTALL
diff --git a/games/conquest/pkg-comment b/games/conquest/pkg-comment
deleted file mode 100644
index da1cbca43353..000000000000
--- a/games/conquest/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A multi-player curses space warfare game similar to Netrek