diff options
author | asau <asau> | 2012-10-08 12:42:17 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:42:17 +0000 |
commit | eb453af5dee49e97f0b6badd133cc7886f2e00ed (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/musca/Makefile | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/musca/Makefile')
-rw-r--r-- | wm/musca/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/musca/Makefile b/wm/musca/Makefile index afc62047176..75000d0bfd4 100644 --- a/wm/musca/Makefile +++ b/wm/musca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/12 22:28:56 tonio Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/08 12:42:22 asau Exp $ # DISTNAME= musca-0.9.24 @@ -13,8 +13,6 @@ COMMENT= Simple dynamic window manager for X LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - NO_CONFIGURE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |