pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/libfm-extra libfm-extra: address a couple of ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e9ea0937a67
branches: trunk
changeset: 426466:6e9ea0937a67
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue Mar 31 22:47:21 2020 +0000
description:
libfm-extra: address a couple of issues noted by pkglint (NFC)
diffstat:
sysutils/libfm-extra/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 2db34f7f6e34 -r 6e9ea0937a67 sysutils/libfm-extra/Makefile
--- a/sysutils/libfm-extra/Makefile Tue Mar 31 22:45:11 2020 +0000
+++ b/sysutils/libfm-extra/Makefile Tue Mar 31 22:47:21 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2020/03/20 11:58:21 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/31 22:47:21 gutteridge Exp $
#
DISTNAME= libfm-1.3.0.2
PKGNAME= libfm-extra-1.3.0.2
PKGREVISION= 5
-CATEGORIES= devel
+CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pcmanfm/}
EXTRACT_SUFX= .tar.xz
@@ -24,8 +24,8 @@
# they try to copy $PREFIX/include/libfm to work dir and there link libfm -> libfm-1.0 is resolved
# in the end a consumer of libfm cannot find nonexisting include/libfm
post-install:
- ${RUN} rm -f ${DESTDIR}${PREFIX}/include/libfm
- ${RUN} cp -r ${DESTDIR}${PREFIX}/include/libfm-1.0 ${DESTDIR}${PREFIX}/include/libfm
+ ${RUN} ${RM} -f ${DESTDIR}${PREFIX}/include/libfm
+ ${RUN} ${CP} -r ${DESTDIR}${PREFIX}/include/libfm-1.0 ${DESTDIR}${PREFIX}/include/libfm
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index