summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-10-21 11:35:51 +0000
committercheusov <cheusov@pkgsrc.org>2012-10-21 11:35:51 +0000
commit0014e5f5206231f077c8b8b68f19df4cec1d112b (patch)
tree0873c0f38122c4ab2e063964a37887c20cf66187 /misc
parentddd27f5e606a46d98029702c1ac6d1159e31f490 (diff)
downloadpkgsrc-0014e5f5206231f077c8b8b68f19df4cec1d112b.tar.gz
Fix pkglint warnings; Add LICENSE
Diffstat (limited to 'misc')
-rw-r--r--misc/siag/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 83a389e7198..8fb1a30d70c 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.58 2012/10/08 09:57:37 asau Exp $
+# $NetBSD: Makefile,v 1.59 2012/10/21 11:35:51 cheusov Exp $
#
-DISTNAME= siag-3.6.1
-PKGREVISION= 3
-CATEGORIES= misc editors math textproc
-MASTER_SITES= http://siag.nu/pub/siag/
+DISTNAME= siag-3.6.1
+PKGREVISION= 3
+CATEGORIES= misc editors math textproc
+MASTER_SITES= http://siag.nu/pub/siag/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://siag.nu/
+HOMEPAGE= http://siag.nu/
COMMENT= Poor man's office suite with spreadsheet, word processor, etc
+LICENSE= gnu-gpl-v2
#DEPENDS+= gv>=3.5.8nb1:../../print/gv
#DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
@@ -16,7 +17,7 @@ COMMENT= Poor man's office suite with spreadsheet, word processor, etc
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-x
CONFIGURE_ARGS+=--with-guile
-CONFIGURE_ARGS+=--with-docdir=${PREFIX:Q}/share/doc/siag
+CONFIGURE_ARGS+=--with-docdir=${PREFIX}/share/doc/siag
USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"