diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-12 10:17:54 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-12 10:17:54 +0000 |
commit | cb1428eb7a4087f5d4aa7a8216fccb7d8adaa25f (patch) | |
tree | c887994dc0ea185f8bc1629e82f5efb2d8fc55c4 /mail | |
parent | Update to 7.3.4 (diff) |
- temporal fix for the gauche package's bug (missing empty directories)
- add a missing file to the plist
PR: 55450
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes:
svn path=/head/; revision=86804
Diffstat (limited to 'mail')
-rw-r--r-- | mail/scmail/Makefile | 3 | ||||
-rw-r--r-- | mail/scmail/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index 97437e6791eb..64fb1ae248ac 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -22,6 +22,9 @@ MAKE_ARGS= PREFIX="${PREFIX}" DATADIR="${EXAMPLESDIR}" post-patch: ${REINPLACE_CMD} -e "s|cp -p|${CP}|g" ${WRKSRC}/Makefile +pre-install: + ${MKDIR} `gauche-config --sitelibdir` + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/mail/scmail/pkg-plist b/mail/scmail/pkg-plist index 1e98383dbe01..e90f3033c6ae 100644 --- a/mail/scmail/pkg-plist +++ b/mail/scmail/pkg-plist @@ -1,5 +1,6 @@ bin/scmail-deliver bin/scmail-refile +share/gauche/site/lib/scmail.scm %%EXAMPLESDIR%%/scmailrc-deliver.sample %%EXAMPLESDIR%%/scmailrc-refile.sample %%EXAMPLESDIR%%/scmailrc.sample |