diff options
author | joerg <joerg> | 2009-11-25 23:03:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-11-25 23:03:20 +0000 |
commit | 8899197a6b507f2f75a7ada8312e16f4d9591f4d (patch) | |
tree | c870b1960ea0694a5cc2bf85640a14c042308113 /time | |
parent | b4c23f696c8d44c39508a50af6ef99e98a52b02d (diff) | |
download | pkgsrc-8899197a6b507f2f75a7ada8312e16f4d9591f4d.tar.gz |
Fix destdir.
Diffstat (limited to 'time')
-rw-r--r-- | time/gcal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/gcal/Makefile b/time/gcal/Makefile index c6f704f4456..0a530df5f37 100644 --- a/time/gcal/Makefile +++ b/time/gcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/07/07 20:22:42 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/11/25 23:03:20 joerg Exp $ # DISTNAME= gcal-3.01 @@ -22,9 +22,9 @@ BROKEN_GETTEXT_DETECTION= yes REPLACE_PERL+= misc/gcalltx/gcalltxp.in USE_TOOLS+= perl:run -INSTALL_MAKE_FLAGS+= gnulocaledir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \ - bindir=${DESTDIR}${PREFIX}/bin \ - packagedatadir=${DESTDIR}${PREFIX}/share/gcal \ +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ + localedir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \ + gnulocaledir=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \ infodir=${DESTDIR}${PREFIX}/${PKGINFODIR} \ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 |