summaryrefslogtreecommitdiff
path: root/misc/siag
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-21 11:35:51 +0000
committercheusov <cheusov>2012-10-21 11:35:51 +0000
commit19597e40756ea7f12bc5e8875925edbe67c2c26b (patch)
tree0873c0f38122c4ab2e063964a37887c20cf66187 /misc/siag
parentd3b8be9cc3f5d4ec5457e2762851856f580212fb (diff)
downloadpkgsrc-19597e40756ea7f12bc5e8875925edbe67c2c26b.tar.gz
Fix pkglint warnings; Add LICENSE
Diffstat (limited to 'misc/siag')
-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"