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 | 50300909f1ab773888736edc058a21e34dbe6667 (patch) | |
tree | c29553e8e5a78e3c7273a31d064ad18283207d98 /misc | |
parent | 15c8b4ec7f9ed9a0e528664c600157c747737fbe (diff) | |
download | pkgsrc-50300909f1ab773888736edc058a21e34dbe6667.tar.gz |
Note bug report for SUBST_* workaround.
Diffstat (limited to 'misc')
-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. |