summaryrefslogtreecommitdiff
path: root/games/pysol
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-10 03:16:47 +0000
committersnj <snj@pkgsrc.org>2004-03-10 03:16:47 +0000
commit9f3591bebb1bdbecb7cbd6fe476e10774b2d0897 (patch)
treec81e39486c0f6cf2b1fdbdeb9ada71bf7032a1e4 /games/pysol
parent9811e521ee4034e4e12fd507e8bb7838e1029d05 (diff)
downloadpkgsrc-9f3591bebb1bdbecb7cbd6fe476e10774b2d0897.tar.gz
Move DISTFILES definition, use ${SORT} instead of sort.
Diffstat (limited to 'games/pysol')
-rw-r--r--games/pysol/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile
index b8a1438ae89..6703907196b 100644
--- a/games/pysol/Makefile
+++ b/games/pysol/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.17 2004/03/10 03:16:47 snj Exp $
#
DISTNAME= pysol-4.81
CATEGORIES= games
MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX}
EXTRACT_SUFX= .tar.bz2
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX}
MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/pysol.html
@@ -33,8 +33,8 @@ post-install:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${PREFIX}; \
${FIND} share/pysol \( -type f -or -type l \) -print | \
- sort >> ${PLIST_SRC}; \
- for DIR in `${FIND} share/pysol -type d -print | sort -r`; do \
+ ${SORT} >> ${PLIST_SRC}; \
+ for DIR in `${FIND} share/pysol -type d -print | ${SORT} -r`; do \
${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \
done)