diff options
author | hans <hans@pkgsrc.org> | 2011-05-14 20:15:28 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-05-14 20:15:28 +0000 |
commit | f0cc2c6d307d02f06d5f50eade8fd967109fae7d (patch) | |
tree | c993f9f37f1789efe349e8cc140dde251db7d41e /devel | |
parent | 1f27876ca1fe157b0304b70b199abd7589d702d5 (diff) | |
download | pkgsrc-f0cc2c6d307d02f06d5f50eade8fd967109fae7d.tar.gz |
Fix INSTALLATION_DIRS assignment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gputils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile index 8643d23ffb7..66c560fa224 100644 --- a/devel/gputils/Makefile +++ b/devel/gputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/01/29 18:02:12 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/05/14 20:15:28 hans Exp $ DISTNAME= gputils-0.13.5 CATEGORIES= devel @@ -15,7 +15,7 @@ CONFLICTS= gpasm-* GNU_CONFIGURE= yes USE_TOOLS+= gmake -INSTALLATION_DIRS== share/doc/gputils +INSTALLATION_DIRS= share/doc/gputils post-install: for i in ps pdf lyx; do \ |