diff options
author | asau <asau> | 2012-09-11 22:37:10 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 22:37:10 +0000 |
commit | 768ee647793efc9f1c00e6f0fcdfb771a90b6935 (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/forkbomb/Makefile | |
parent | 738118565304b90e78694bacf7ce2e57d84c48ba (diff) | |
download | pkgsrc-768ee647793efc9f1c00e6f0fcdfb771a90b6935.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/forkbomb/Makefile')
-rw-r--r-- | benchmarks/forkbomb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile index 2e3ba905711..36c5bf4be85 100644 --- a/benchmarks/forkbomb/Makefile +++ b/benchmarks/forkbomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/05/16 21:45:40 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:12 asau Exp $ # DISTNAME= forkbomb-1.4 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://home.tiscali.cz:8080/~cz210552/forkbomb.html COMMENT= Classic Unix fork() bomber -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS+= bin man/man8 do-build: |