diff options
author | leeym <leeym@FreeBSD.org> | 2005-05-12 16:47:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-05-12 16:47:44 +0800 |
commit | b9da3f81b2b213757decef15309df1de703c04ed (patch) | |
tree | 3d99cb56efff5d71c86efbea7a3ba91c24d551d8 /mail/openwebmail/Makefile | |
parent | be71275efdf6092ac31a1fda18a7e30832f1eab8 (diff) | |
download | freebsd-ports-gnome-b9da3f81b2b213757decef15309df1de703c04ed.tar.gz freebsd-ports-gnome-b9da3f81b2b213757decef15309df1de703c04ed.tar.zst freebsd-ports-gnome-b9da3f81b2b213757decef15309df1de703c04ed.zip |
- do initialization tasks in pkg-install instead
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index a60abc306228..fdd2eefe6903 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -205,7 +205,6 @@ do-install: .if defined(WITHOUT_SPEEDYCGI) @${PERL} ${OWCGIDIR}/misc/tools/wrapsuid/wrapsuid.pl ${OWCGIDIR} 2>/dev/null .endif - @${OWCGIDIR}/openwebmail-tool.pl --init --no post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |