diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-15 23:24:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-15 23:24:27 +0000 |
commit | bf60cd6ee2a83338477259d121638e515c1d7db8 (patch) | |
tree | 929f361b4fb571e10679fec69004398e87ce8c25 | |
parent | de5add8c8afda13f62681ccfdb3fda260b9308d4 (diff) | |
download | pkgsrc-bf60cd6ee2a83338477259d121638e515c1d7db8.tar.gz |
Mark as user-destdir ready.
-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 64ca297723d..b63ebbc04a7 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:45:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/15 23:24:27 wiz Exp $ # DISTNAME= gaupol-0.13.1 @@ -19,6 +19,7 @@ PYDISTUTILSPKG= yes USE_DIRS+= xdg-1.4 USE_LANGUAGES= # none USE_TOOLS+= intltool msgfmt +PKG_DESTDIR_SUPPORT= user-destdir SUBST_CLASSES+= manpath SUBST_FILES.manpath= INSTALL setup.py |