diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-10 13:09:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-10 13:09:28 +0000 |
commit | 709d454159db8bc5911cf253505e8d15fd4b15f8 (patch) | |
tree | 711c0c26265c9d54e73fad4e5ce97c75c51c9440 /misc | |
parent | 3f01e77bcaccb19110060eb57bbde8af6bfaeb69 (diff) | |
download | pkgsrc-709d454159db8bc5911cf253505e8d15fd4b15f8.tar.gz |
Improve comment slightly, and remove an unneeded variable.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/udfclient/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index e7f9ba3dc60..bb83dc45731 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/09/10 13:05:27 reinoud Exp $ +# $NetBSD: Makefile,v 1.11 2004/09/10 13:09:28 wiz Exp $ # DISTNAME= UDFclient.0.3 @@ -10,9 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= buzztoh@13thmonkey.org HOMEPAGE= http://www.13thmonkey.org/udfclient/ -COMMENT= UDF filingsystem reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images +COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images -WRKSRC= ${WRKDIR}/UDFclient.0.3 MAKEFILE= makefile PTHREAD_OPTS+= require |