pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/sgi-fonts Find the rpm2pkg utility in the correc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faf4a41b6ef1
branches:  trunk
changeset: 464369:faf4a41b6ef1
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Dec 07 17:02:40 2003 +0000

description:
Find the rpm2pkg utility in the correct place.

diffstat:

 fonts/sgi-fonts/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e96ff9d7076 -r faf4a41b6ef1 fonts/sgi-fonts/Makefile
--- a/fonts/sgi-fonts/Makefile  Sun Dec 07 16:49:48 2003 +0000
+++ b/fonts/sgi-fonts/Makefile  Sun Dec 07 17:02:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/12/07 11:28:58 agc Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/07 17:02:40 agc Exp $
 #
 
 DISTNAME=      sgi-fonts-1.0-457.src
@@ -20,7 +20,7 @@
 
 USE_IMAKE=     YES
 
-RPM2PKG=       ${PREFIX}/sbin/rpm2pkg
+RPM2PKG=       ${LOCALBASE}/sbin/rpm2pkg
 
 do-extract:
        ${RPM2PKG} -d ${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}



Home | Main Index | Thread Index | Old Index