diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-08 02:32:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-08 02:32:36 +0800 |
commit | 7cbf8972e826a2c77c18b4613eb090f679faa56f (patch) | |
tree | 127d1f9ef768c111dfb26a55dc1212f9634e2f0b /www/apache13-modssl | |
parent | 6b07ca2394ac6622c1772ae768cf65ed08e24da9 (diff) | |
download | freebsd-ports-gnome-7cbf8972e826a2c77c18b4613eb090f679faa56f.tar.gz freebsd-ports-gnome-7cbf8972e826a2c77c18b4613eb090f679faa56f.tar.zst freebsd-ports-gnome-7cbf8972e826a2c77c18b4613eb090f679faa56f.zip |
- Installation of the port fails at the pre-install stage
when it tries to execute the pkg-install script.
The script resides in the ports tree and but not in the WRKDIR
PR: 50688
Submitted by: mike@tric.tomsk.gov.ru
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 0e583bafe915..ef7bb0562007 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -147,7 +147,7 @@ certificate: && ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY} pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: ${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh-dist |