pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgclean Don't build catpages inside the pack...
details: https://anonhg.NetBSD.org/pkgsrc/rev/53f2b7057b87
branches: trunk
changeset: 487710:53f2b7057b87
user: tv <tv%pkgsrc.org@localhost>
date: Tue Jan 18 22:32:00 2005 +0000
description:
Don't build catpages inside the package. Not every system has a nroff
shipped standard.
diffstat:
pkgtools/pkgclean/Makefile | 8 +++-----
pkgtools/pkgclean/PLIST | 3 +--
2 files changed, 4 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 4f3be6b6c870 -r 53f2b7057b87 pkgtools/pkgclean/Makefile
--- a/pkgtools/pkgclean/Makefile Tue Jan 18 22:30:24 2005 +0000
+++ b/pkgtools/pkgclean/Makefile Tue Jan 18 22:32:00 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2005/01/06 05:32:29 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/18 22:32:00 tv Exp $
-DISTNAME= pkgclean-20041014
+DISTNAME= pkgclean-20050118
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -14,7 +14,7 @@
NO_CONFIGURE= yes
NO_CHECKSUM= yes
-INSTALLATION_DIRS= bin man/cat1 man/man1
+INSTALLATION_DIRS= bin man/man1
NROFF= nroff -mandoc
@@ -23,12 +23,10 @@
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/pkgclean ${WRKSRC}/pkgclean.c
- ${NROFF} ${WRKSRC}/pkgclean.1 > ${WRKSRC}/pkgclean.cat1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pkgclean ${PREFIX}/bin/pkgclean
${INSTALL_MAN} ${WRKSRC}/pkgclean.1 ${PREFIX}/man/man1/pkgclean.1
- ${INSTALL_MAN} ${WRKSRC}/pkgclean.cat1 ${PREFIX}/man/cat1/pkgclean.0
SUBST_CLASSES= path
SUBST_STAGE.path= post-patch
diff -r 4f3be6b6c870 -r 53f2b7057b87 pkgtools/pkgclean/PLIST
--- a/pkgtools/pkgclean/PLIST Tue Jan 18 22:30:24 2005 +0000
+++ b/pkgtools/pkgclean/PLIST Tue Jan 18 22:32:00 2005 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/22 20:02:41 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/18 22:32:01 tv Exp $
bin/pkgclean
-man/cat1/pkgclean.0
man/man1/pkgclean.1
Home |
Main Index |
Thread Index |
Old Index