diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 23:55:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 23:55:39 +0000 |
commit | 6491bf4e557e76e759b4eb3c9d6a388d5a83f74f (patch) | |
tree | c29553e8e5a78e3c7273a31d064ad18283207d98 /misc/gaupol/Makefile | |
parent | 83d49230cd1e6f580d3c1da1b1de84f8e86f7e08 (diff) | |
download | pkgsrc-6491bf4e557e76e759b4eb3c9d6a388d5a83f74f.tar.gz |
Note bug report for SUBST_* workaround.
Diffstat (limited to 'misc/gaupol/Makefile')
-rw-r--r-- | misc/gaupol/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index 61009a73eff..29056ba2935 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/06/05 14:04:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/06/05 23:55:39 wiz Exp $ # DISTNAME= gaupol-0.16 @@ -21,6 +21,7 @@ USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt PKG_DESTDIR_SUPPORT= user-destdir +# https://bugzilla.gnome.org/show_bug.cgi?id=620665 SUBST_CLASSES+= manpath SUBST_FILES.manpath= INSTALL manifest/data-files.gaupol SUBST_MESSAGE.manpath= Fixing man page installation path. |