diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /security/pgp2 | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 6113ff51949..2b295eb53ed 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/05/16 01:15:33 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/06/17 03:50:32 jlam Exp $ DISTNAME= pgp263is CATEGORIES= security @@ -66,6 +66,7 @@ CFLAGS+= -DHIGHFIRST BUILD_DEFS+= USE_RSAREF2 M68060 ASMFLAG PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= bin man/man1 .if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO pre-fetch: |