diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | 07c4d0bc506727fe418de3fd71e8e36b84a246f6 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /ham/tnt/Makefile | |
parent | 340275d60b3ca70334ed37d36241102889ac0c7a (diff) | |
download | pkgsrc-07c4d0bc506727fe418de3fd71e8e36b84a246f6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'ham/tnt/Makefile')
-rw-r--r-- | ham/tnt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index e85725a5fae..cca84ec58c4 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/08/08 13:11:48 marino Exp $ +# $NetBSD: Makefile,v 1.30 2012/10/03 13:01:45 asau Exp $ # DISTNAME= tnt-1.9.2 @@ -13,7 +13,6 @@ COMMENT= Amateur packet radio terminal program for TNC2, AEA PK232 and PK88 DEPENDS+= dialog>=0.6z:../../misc/dialog PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes |