diff options
author | agc <agc@pkgsrc.org> | 2003-12-07 17:02:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-07 17:02:40 +0000 |
commit | d88e8c8f9ca9af3ced0138ebca4141e1c6f81d67 (patch) | |
tree | 1c87d8d9ad952b4150e9d72af4bc2432c9820177 /fonts | |
parent | bade22e9fb8d61ee13e06669c2787df893dfc3f3 (diff) | |
download | pkgsrc-d88e8c8f9ca9af3ced0138ebca4141e1c6f81d67.tar.gz |
Find the rpm2pkg utility in the correct place.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/sgi-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/sgi-fonts/Makefile b/fonts/sgi-fonts/Makefile index 7aac9ec7662..800b76663fd 100644 --- a/fonts/sgi-fonts/Makefile +++ b/fonts/sgi-fonts/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/sgi-fonts USE_IMAKE= YES -RPM2PKG= ${PREFIX}/sbin/rpm2pkg +RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg do-extract: ${RPM2PKG} -d ${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} |