diff options
author | wiz <wiz> | 2001-06-09 15:31:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-09 15:31:42 +0000 |
commit | f83e944633661096e421ef10247cec1edc1d9f17 (patch) | |
tree | 4c63ec780a01e2325c37308990e887220a53f894 | |
parent | e8515a20a6a60671b62e8fb22637d4796da02796 (diff) | |
download | pkgsrc-f83e944633661096e421ef10247cec1edc1d9f17.tar.gz |
Sort lines for pkglint.
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 0824a7cb74f..5ca213660fe 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2001/05/22 13:11:37 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2001/06/09 15:31:42 wiz Exp $ # DISTNAME= a2ps-4.13b -WRKSRC= ${WRKDIR}/a2ps-4.13 PKGNAME= a2ps-4.13.0.2 +WRKSRC= ${WRKDIR}/a2ps-4.13 CATEGORIES= print MASTER_SITES= ftp://ftp.enst.fr/pub/unix/a2ps/ |