diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
commit | b89680320c369768271fcb63086606bf5aec05d5 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /ham/7plus | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'ham/7plus')
-rw-r--r-- | ham/7plus/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index b4043134a94..cc39236bdcf 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/02/28 14:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/03 13:01:42 asau Exp $ # DISTNAME= 7pl225sr @@ -14,8 +14,6 @@ HOMEPAGE= #http://home.t-online.de/home/dg1bbq/ COMMENT= Uuencode-like file coder for AMPR BBS S&F of binary files LICENSE= no-commercial-use -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/7plsrc.225 MAKE_FILE= netbsd.mak USE_TOOLS+= gmake |