diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-05 02:40:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-05 02:40:48 +0000 |
commit | ed8d23a2209d400748660827390eb5bf6c2fe7dd (patch) | |
tree | 991572fe9c1cf4d9ebda7286cd38ba8381ce88e6 /irc/scrollz/pkg-plist | |
parent | 8001e40be864429d3f89c6206d27e48782c03274 (diff) |
- Attempt to unbreak parallel (-jX) builds, remove MAKE_JOBS_UNSAFE
- Remove superfluous bdep in GnuTLS case, LIB_DEPENDS satisfies it;
also switch to the new library specification format
- Correct pkg-plist; cleanup Makefile, sort the knobs while I'm here
Notes
Notes:
svn path=/head/; revision=324255
Diffstat (limited to 'irc/scrollz/pkg-plist')
-rw-r--r-- | irc/scrollz/pkg-plist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist index c70f3a728177..ba73c4654f0d 100644 --- a/irc/scrollz/pkg-plist +++ b/irc/scrollz/pkg-plist @@ -1,5 +1,4 @@ bin/scrollz bin/scrollz-%%SCROLLZ_VER%% bin/wservz -@exec /bin/mkdir -p %%PREFIX%%/%%DATADIR%%/script -@dirrm %%DATADIR%%/script +@exec mkdir -p %D/%%DATADIR%%/script |