pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/afio Corrected the path where the manual pag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/22aa024abe2f
branches: trunk
changeset: 516569:22aa024abe2f
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jul 23 13:57:28 2006 +0000
description:
Corrected the path where the manual page is installed. Bumped PKGREVISION.
diffstat:
archivers/afio/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r bf7b9b61dc49 -r 22aa024abe2f archivers/afio/Makefile
--- a/archivers/afio/Makefile Sun Jul 23 13:34:06 2006 +0000
+++ b/archivers/afio/Makefile Sun Jul 23 13:57:28 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:28:51 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/07/23 13:57:28 rillig Exp $
DISTNAME= afio-2.5
+PKGREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://www.ibiblio.org/pub/Linux/system/backup/
EXTRACT_SUFX= .tgz
@@ -11,7 +12,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
-NO_CONFIGURE= yes
BUILD_TARGET= afio
.include "../../mk/bsd.prefs.mk"
@@ -20,6 +20,10 @@
MAKE_FLAGS+= e2=
.endif
-INSTALLATION_DIRS= bin man/man1
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/afio ${PREFIX}/bin/afio
+ ${INSTALL_MAN} ${WRKSRC}/afio.1 ${PREFIX}/${PKGMANDIR}/man1/afio.1
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index