diff options
author | asau <asau> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:04:16 +0000 |
commit | bd85c991b2565ebe0f181b1d46a65297aba19f04 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/swisswatch/Makefile | |
parent | 00e82f687c4226d5e4e8697b8a0d4381029062c7 (diff) | |
download | pkgsrc-bd85c991b2565ebe0f181b1d46a65297aba19f04.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/swisswatch/Makefile')
-rw-r--r-- | time/swisswatch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/swisswatch/Makefile b/time/swisswatch/Makefile index dad9bd9fe39..c2679b37bff 100644 --- a/time/swisswatch/Makefile +++ b/time/swisswatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/05/30 01:35:45 zafer Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/08 13:04:29 asau Exp $ DISTNAME= swisswatch-0.06 PKGREVISION= 2 @@ -9,8 +9,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= sanpei@yy.cs.keio.ac.jp COMMENT= Swiss railway clock emulation, and a fancy default appearance -PKG_DESTDIR_SUPPORT= user-destdir - USE_IMAKE= yes .include "../../x11/libXext/buildlink3.mk" |