pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/pysol Move DISTFILES definition, use ${SORT} ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7ba981b8385
branches: trunk
changeset: 470548:e7ba981b8385
user: snj <snj%pkgsrc.org@localhost>
date: Wed Mar 10 03:16:47 2004 +0000
description:
Move DISTFILES definition, use ${SORT} instead of sort.
diffstat:
games/pysol/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r b19d76203bc2 -r e7ba981b8385 games/pysol/Makefile
--- a/games/pysol/Makefile Wed Mar 10 03:08:58 2004 +0000
+++ b/games/pysol/Makefile Wed Mar 10 03:16:47 2004 +0000
@@ -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/
+EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= sakamoto%NetBSD.org@localhost
HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/pysol.html
@@ -33,8 +33,8 @@
@${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)
Home |
Main Index |
Thread Index |
Old Index