pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xpm use PKGBASE instead of PKGNAME if we dete...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df9d56efa8dc
branches: trunk
changeset: 475359:df9d56efa8dc
user: grant <grant%pkgsrc.org@localhost>
date: Sat May 15 06:03:11 2004 +0000
description:
use PKGBASE instead of PKGNAME if we detect builtin xpm.
diffstat:
graphics/xpm/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 20086d357dcb -r df9d56efa8dc graphics/xpm/Makefile
--- a/graphics/xpm/Makefile Sat May 15 05:01:37 2004 +0000
+++ b/graphics/xpm/Makefile Sat May 15 06:03:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2004/04/22 23:52:19 minskim Exp $
+# $NetBSD: Makefile,v 1.37 2004/05/15 06:03:11 grant Exp $
DISTNAME= xpm-3.4k
PKGREVISION= 1
@@ -19,10 +19,10 @@
.include "builtin.mk"
.if !empty(IS_BUILTIN.xpm:M[yY][eE][sS])
-PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"
+PKG_SKIP_REASON= "${PKGBASE} is part of your X11 distribution"
.endif
-.if (${OPSYS} == SunOS)
+.if ${OPSYS} == "SunOS"
post-install:
cd ${PREFIX}/lib && \
${RM} -f libXpm.so.4 && \
Home |
Main Index |
Thread Index |
Old Index