summaryrefslogtreecommitdiffstats
path: root/games/conquest
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2003-02-22 17:14:31 +0000
committermarkp <markp@FreeBSD.org>2003-02-22 17:14:31 +0000
commitb721bbd100b20a2085a445f57a7db16ee96d2a01 (patch)
tree612c8171c0a7c160df835e499b6f3c838d6af4b7 /games/conquest
parent7d7727a9057d30d4a5bcca4c9035ba41bb4b59ae (diff)
downloadFreeBSD-ports-b721bbd100b20a2085a445f57a7db16ee96d2a01.zip
FreeBSD-ports-b721bbd100b20a2085a445f57a7db16ee96d2a01.tar.gz
De-pkg-comment.
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 a2a3338..eee0575 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 da1cbca..0000000
--- a/games/conquest/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A multi-player curses space warfare game similar to Netrek
OpenPOWER on IntegriCloud