pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/ical
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jul 10 10:52:42 UTC 2016
Modified Files:
pkgsrc/time/ical: Makefile
Log Message:
Fixed pkglint warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/time/ical/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/ical/Makefile
diff -u pkgsrc/time/ical/Makefile:1.32 pkgsrc/time/ical/Makefile:1.33
--- pkgsrc/time/ical/Makefile:1.32 Thu Oct 9 14:07:07 2014
+++ pkgsrc/time/ical/Makefile Sun Jul 10 10:52:41 2016
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2014/10/09 14:07:07 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/07/10 10:52:41 rillig Exp $
-VER= 3.0.2
-DISTNAME= ical-${VER}
+DISTNAME= ical-3.0.2
PKGREVISION= 4
CATEGORIES= time
-MASTER_SITES= https://launchpad.net/ical-tcl/3.x/${VER}/+download/
-EXTRACT_SUFFIX= .tar.gz
+MASTER_SITES= https://launchpad.net/ical-tcl/3.x/${PKGVERSION_NOREV}/+download/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://launchpad.net/ical-tcl/
@@ -13,7 +11,7 @@ COMMENT= Calendar application
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
+CONFIGURE_ARGS+= --prefix=${PREFIX} \
--with-tclconfig=${BUILDLINK_PREFIX.tcl}/lib \
--with-tclsh=${BUILDLINK_PREFIX.tcl}/bin/tclsh \
--with-tkconfig=${BUILDLINK_PREFIX.tk}/lib
@@ -22,7 +20,7 @@ CPPFLAGS+= -DUSE_INTERP_RESULT
USE_TOOLS+= gmake gsed
-PLIST_SUBS+= "PKGVERSION=${VER}"
+PLIST_SUBST+= PKGVERSION=${PKGVERSION_NOREV}
post-configure:
${TOUCH} ${WRKDIR}/${DISTNAME}/Makefile \
Home |
Main Index |
Thread Index |
Old Index