summaryrefslogtreecommitdiff
path: root/www/opera
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /www/opera
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'www/opera')
-rw-r--r--www/opera/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile
index c061c07ad92..a24fe6c51a4 100644
--- a/www/opera/Makefile
+++ b/www/opera/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/05/21 04:10:18 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/06/17 03:50:42 jlam Exp $
DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/}
PKGREVISION= # empty
@@ -97,6 +97,8 @@ SUBST_SED.opera= -e 's,/usr/,${PREFIX}/,g'
.endif
+INSTALLATION_DIRS= bin man/man1
+
do-build:
.if (${_OPERA_OPSYS} == NetBSD)
@ ${SED} -e 's#@EMULDIR@#${EMULDIR}#g' ${FILESDIR}/opera.sh > \
@@ -135,7 +137,7 @@ post-install:
# regenerate distinfo for all ports supported by this package
opera-distinfo:
- ( echo '$$NetBSD: Makefile,v 1.36 2005/05/21 04:10:18 jlam Exp $$'; echo ''; \
+ ( echo '$$NetBSD: Makefile,v 1.37 2005/06/17 03:50:42 jlam Exp $$'; echo ''; \
_OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \
${GREP} opera distinfo; \
_OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \