diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 12:42:17 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 12:42:17 +0000 |
commit | d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3 (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/amiwm | |
parent | d17b06cd1b82af2b32ce63b1b98f03aa6ea55d9d (diff) | |
download | pkgsrc-d3f77a97e7a4a8c51e7dc16665624faa6cacf8c3.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/amiwm')
-rw-r--r-- | wm/amiwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index ba926fbbe0d..9c86ae530ad 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/05/19 08:59:36 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/08 12:42:17 asau Exp $ # DISTNAME= amiwm0.20pl48 @@ -17,8 +17,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= ksh:run yacc lex REPLACE_KSH= Xsession.in Xsession2.in |