diff options
author | asau <asau> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 11:54:29 +0000 |
commit | 87af7fa2ce0839ead2a545134381cbb061c5b7f7 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/velena | |
parent | 8ca39cc762df4b78b6101632bc65980d63d37dd5 (diff) | |
download | pkgsrc-87af7fa2ce0839ead2a545134381cbb061c5b7f7.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/velena')
-rw-r--r-- | games/velena/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile index e56eb474c4e..b1b938eabf9 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/12/12 07:11:06 marino Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/06 11:54:57 asau Exp $ # DISTNAME= veleng10 @@ -18,7 +18,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NOT_FOR_PLATFORM= DragonFly-*-x86_64 # Can't build 32-bit binaries -PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_OPTS_ZIP= -LLaqo WRKSRC= ${WRKDIR} |