aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-11-09 16:14:46 +0800
committerjkh <jkh@FreeBSD.org>1997-11-09 16:14:46 +0800
commitfbd76dbf7056df1a234d4c7ab33fd5cfe685dacd (patch)
tree1264b67ebce9fbee88d279cb838fa0b6cb1c535a /games
parentda79e8ca11cdcb8771799046383c1e3cb80cf339 (diff)
downloadfreebsd-ports-graphics-fbd76dbf7056df1a234d4c7ab33fd5cfe685dacd.tar.gz
freebsd-ports-graphics-fbd76dbf7056df1a234d4c7ab33fd5cfe685dacd.tar.zst
freebsd-ports-graphics-fbd76dbf7056df1a234d4c7ab33fd5cfe685dacd.zip
Some stylistic tweaks I forgot to commit. Should portlint better now.
Diffstat (limited to 'games')
-rw-r--r--games/nethack-qt/Makefile9
-rw-r--r--games/nethack-qt/pkg-plist2
-rw-r--r--games/nethack33-qt/Makefile9
-rw-r--r--games/nethack33-qt/pkg-plist2
-rw-r--r--games/nethack34-qt/Makefile9
-rw-r--r--games/nethack34-qt/pkg-plist2
6 files changed, 18 insertions, 15 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index 2f272641eb8..a503ce30879 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -3,7 +3,7 @@
# Date created: So 6 Apr 1997 04:25:57 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1997/07/12 16:53:38 max Exp $
+# $Id: Makefile,v 1.8 1997/10/04 14:53:07 andreas Exp $
#
DISTNAME= nethack-3.2.2
@@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \
http://www.uq.edu.au/~cswallis/nhqt/ \
http://student.uq.edu.au/~s002434/ \
${MASTER_SITE_GNU}
-QT_PATCH= nhqt0.9.tar.gz
-QT_SOUND= nhs.tar.gz
-DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND}
MAINTAINER= andreas@FreeBSD.ORG
+QT_PATCH= nhqt0.9.tar.gz
+QT_SOUND= nhs.tar.gz
+PATCHFILES= ${QT_PATCH} ${QT_SOUND}
+
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \
diff --git a/games/nethack-qt/pkg-plist b/games/nethack-qt/pkg-plist
index b9b6c3bae25..269b1fad732 100644
--- a/games/nethack-qt/pkg-plist
+++ b/games/nethack-qt/pkg-plist
@@ -3,7 +3,7 @@ lib/nethackdir/nethack
@exec mkdir %D/lib/nethackdir/save
@exec chmod 775 %D/lib/nethackdir/save
@exec chown games.games %D/lib/nethackdir/save
-@unexec rmdir %D/lib/nethackdir/save
+@dirrm %D/lib/nethackdir/save
man/man6/dgn_comp.6.gz
man/man6/dlb.6.gz
man/man6/lev_comp.6.gz
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile
index 2f272641eb8..a503ce30879 100644
--- a/games/nethack33-qt/Makefile
+++ b/games/nethack33-qt/Makefile
@@ -3,7 +3,7 @@
# Date created: So 6 Apr 1997 04:25:57 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1997/07/12 16:53:38 max Exp $
+# $Id: Makefile,v 1.8 1997/10/04 14:53:07 andreas Exp $
#
DISTNAME= nethack-3.2.2
@@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \
http://www.uq.edu.au/~cswallis/nhqt/ \
http://student.uq.edu.au/~s002434/ \
${MASTER_SITE_GNU}
-QT_PATCH= nhqt0.9.tar.gz
-QT_SOUND= nhs.tar.gz
-DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND}
MAINTAINER= andreas@FreeBSD.ORG
+QT_PATCH= nhqt0.9.tar.gz
+QT_SOUND= nhs.tar.gz
+PATCHFILES= ${QT_PATCH} ${QT_SOUND}
+
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \
diff --git a/games/nethack33-qt/pkg-plist b/games/nethack33-qt/pkg-plist
index b9b6c3bae25..269b1fad732 100644
--- a/games/nethack33-qt/pkg-plist
+++ b/games/nethack33-qt/pkg-plist
@@ -3,7 +3,7 @@ lib/nethackdir/nethack
@exec mkdir %D/lib/nethackdir/save
@exec chmod 775 %D/lib/nethackdir/save
@exec chown games.games %D/lib/nethackdir/save
-@unexec rmdir %D/lib/nethackdir/save
+@dirrm %D/lib/nethackdir/save
man/man6/dgn_comp.6.gz
man/man6/dlb.6.gz
man/man6/lev_comp.6.gz
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile
index 2f272641eb8..a503ce30879 100644
--- a/games/nethack34-qt/Makefile
+++ b/games/nethack34-qt/Makefile
@@ -3,7 +3,7 @@
# Date created: So 6 Apr 1997 04:25:57 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.7 1997/07/12 16:53:38 max Exp $
+# $Id: Makefile,v 1.8 1997/10/04 14:53:07 andreas Exp $
#
DISTNAME= nethack-3.2.2
@@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \
http://www.uq.edu.au/~cswallis/nhqt/ \
http://student.uq.edu.au/~s002434/ \
${MASTER_SITE_GNU}
-QT_PATCH= nhqt0.9.tar.gz
-QT_SOUND= nhs.tar.gz
-DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND}
MAINTAINER= andreas@FreeBSD.ORG
+QT_PATCH= nhqt0.9.tar.gz
+QT_SOUND= nhs.tar.gz
+PATCHFILES= ${QT_PATCH} ${QT_SOUND}
+
BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \
xpmtoppm:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \
diff --git a/games/nethack34-qt/pkg-plist b/games/nethack34-qt/pkg-plist
index b9b6c3bae25..269b1fad732 100644
--- a/games/nethack34-qt/pkg-plist
+++ b/games/nethack34-qt/pkg-plist
@@ -3,7 +3,7 @@ lib/nethackdir/nethack
@exec mkdir %D/lib/nethackdir/save
@exec chmod 775 %D/lib/nethackdir/save
@exec chown games.games %D/lib/nethackdir/save
-@unexec rmdir %D/lib/nethackdir/save
+@dirrm %D/lib/nethackdir/save
man/man6/dgn_comp.6.gz
man/man6/dlb.6.gz
man/man6/lev_comp.6.gz
* Update to 0.14.tobez2002-07-043-2/+4 * Oops...forgot a few to bump lib. version.mikeh2002-07-041-1/+1 * upgrade to 3.2.0.114ijliao2002-07-044-3/+10 * Fix chmod in packagedinoex2002-07-042-4/+4 * Prepare for xforms update.mikeh2002-07-021-0/+9 * Update to version 0.4.5.jim2002-07-014-23/+9 * Update to version 0.3.5. While I'm here, pass maintainership tojim2002-07-0110-50/+26 * upgrade to 1.4.2ijliao2002-07-012-2/+2 * upgrade to 0.5.7ijliao2002-06-304-11/+18 * Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it.mikeh2002-06-291-0/+6 * Update to 0.7.2 to track M$'s changed to Hotmail.alane2002-06-292-2/+2 * Make BROKEN message more informative.mikeh2002-06-281-1/+1 * Reduce patch.obrien2002-06-281-19/+6 * add libetpan 0.25ijliao2002-06-276-0/+101 * Fix tiny typoperky2002-06-271-1/+1 * Do not remove config files unless they are the same as the example config filepat2002-06-271-2/+2 * Add spamass-milter 0.1.1,perky2002-06-2710-0/+201 * Add py-milter 0.4.5, python interface to sendmail-8.1x milter API.perky2002-06-277-0/+50 * - update to 0.3ijliao2002-06-263-3/+4 * ${PERL} -> ${REINPLACE_CMD}ijliao2002-06-264-33/+50 * Update: sendmail.8.12.5dinoex2002-06-266-14/+14 * upgrade to 0.26ijliao2002-06-263-7/+11 * upgrade to 2.4ME+99ijliao2002-06-244-26/+88 * Update to 1.2.7.anders2002-06-243-81/+107 * Remove all charmaps related bits. They aren't needed for 1.4.obrien2002-06-234-36/+0 * Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-227-11/+20 * Upgrade to version 1.4[.0].obrien2002-06-2214-448/+184 * Correct DISTNAME.marcus2002-06-211-0/+1 * This port should be named balsa2.marcus2002-06-211-1/+1 * Fix DoS.nectar2002-06-202-1/+11 * Add balsa2 after a repo copy from balsa. balsa2 is a mail reader (stillmarcus2002-06-2012-156/+124 * Update to latestdwcjr2002-06-204-8/+23 * Update to 1.1.11dwcjr2002-06-2055-110/+275 * Chase guile shared lib number.marcus2002-06-201-1/+1 * Oops, Add USE_REINPLACEpat2002-06-191-0/+1 * - Use REINPLACE_CMDpat2002-06-192-5/+2 * Update to 0.57pat2002-06-193-4/+6 * Add USE_REINPLACE where appropriate.sobomax2002-06-193-0/+3 * add pm-libijliao2002-06-196-0/+112 * Update to exim-4.05:sheldonh2002-06-183-9/+11 * Update to 9.31. Changes in this release:naddy2002-06-184-6/+4 * Update to exim-3.36.sheldonh2002-06-183-2/+16 * Revert rev 1.109 of Makefile. Given the likelihood of future changessheldonh2002-06-186-108/+24 * Update to 3.1 final, bump PORTREVISION.pat2002-06-183-9/+17 * Update to 1.1 final, bump PORTREVISIONpat2002-06-1812-108/+69 * Update to 2.15pat2002-06-1812-156/+210 * Update to vbsfilter-1.9dinoex2002-06-183-4/+4 * Optimize the install a little.obrien2002-06-181-4/+4 * Verified that "-lsm -lsmutil" and no longer needed.dinoex2002-06-172-2/+2 * - Update to 0.7.8pat2002-06-178-46/+120 * Change PERL5 to SEDdinoex2002-06-171-4/+4 * - Get rid of PERL and use SEDdinoex2002-06-166-11/+30 * Fix corrupted patch (duplicate of content).demon2002-06-161-92/+0 * Update to version 1.5.1.demon2002-06-1615-607/+508 * Fix build on current.kris2002-06-161-9/+9 * Fix build on -current.kris2002-06-163-0/+83 * Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-16