diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/logtime | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/logtime')
-rw-r--r-- | time/logtime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/logtime/Makefile b/time/logtime/Makefile index 278eebb7d76..0009a34cca1 100644 --- a/time/logtime/Makefile +++ b/time/logtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/07/07 20:07:00 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/08 13:04:20 asau Exp $ # DISTNAME= logtime-1.2 @@ -8,8 +8,6 @@ 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=${DESTDIR}${PREFIX} |