summaryrefslogtreecommitdiff
path: root/time/logtime
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 20:07:00 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 20:07:00 +0000
commit72327bf75aaacc4b575e7221c4411754d5a47d0f (patch)
tree07912b38454ae75676418ada9e253946dd51dbd6 /time/logtime
parent5d35ac8111bd024081952c4b80105e55aa1b52cf (diff)
downloadpkgsrc-72327bf75aaacc4b575e7221c4411754d5a47d0f.tar.gz
user-destdir support
Diffstat (limited to 'time/logtime')
-rw-r--r--time/logtime/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/time/logtime/Makefile b/time/logtime/Makefile
index bd767441d6d..278eebb7d76 100644
--- a/time/logtime/Makefile
+++ b/time/logtime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/05/30 00:58:30 zafer Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/07 20:07:00 joerg Exp $
#
DISTNAME= logtime-1.2
@@ -8,12 +8,14 @@ MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Prints date and time in a standard format
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
-MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
BUILD_TARGET= all
INSTALL_TARGET= install
-INSTALLATION_DIRS= ${PKGMANDIR}
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"