diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/applyppf | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/applyppf')
-rw-r--r-- | emulators/applyppf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/applyppf/Makefile b/emulators/applyppf/Makefile index f5da0d101fa..d9741df5f6f 100644 --- a/emulators/applyppf/Makefile +++ b/emulators/applyppf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 12:55:09 asau Exp $ # DISTNAME= applyppf3_src @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://www.paradogs.com/pdx_ppf3.htm COMMENT= PPF (Playstation Patch File) v3.0 apply tool -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin |