modules.sample/ always lives in /var/www, so no need for ${PREFIX} here.

as discussed with aja@ (MAINTAINER)
This commit is contained in:
jasper 2013-05-01 07:16:15 +00:00
parent 849d6e64d8
commit 34dbf63ac7
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.42 2013/04/27 15:50:39 stsp Exp $
# $OpenBSD: Makefile,v 1.43 2013/05/01 07:16:15 jasper Exp $
COMMENT= easy and universal access to shared and/or personnal files
V= 5.0.5
REVISION= 0
REVISION= 1
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.15 2013/04/27 15:50:39 stsp Exp $
$OpenBSD: README,v 1.16 2013/05/01 07:16:15 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -11,7 +11,7 @@ Post-installation instructions
==============================
With Apache, AllowOverride settings are required on the ${INSTDIR}
directory. You can configure this as follows:
# ln -sf ${PREFIX}/conf/modules.sample/owncloud.conf ${PREFIX}/conf/modules
# ln -sf /var/www/conf/modules.sample/owncloud.conf /var/www/conf/modules
"allow_url_fopen" needs to be enabled in PHP using _one_ of the
following methods: