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 | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /www/album | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'www/album')
-rw-r--r-- | www/album/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/album/Makefile b/www/album/Makefile index e0c0f70c2f0..1ef533e2c14 100644 --- a/www/album/Makefile +++ b/www/album/Makefile @@ -26,6 +26,8 @@ REPLACE_PERL= ${MY_SCRIPT} NO_CONFIGURE= YES NO_BUILD= YES +INSTALLATION_DIRS= bin man/man1 + do-install: replace-interpreter ${INSTALL_SCRIPT} ${WRKSRC}/${MY_SCRIPT} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MY_SCRIPT}.1 ${PREFIX}/man/man1 |