diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-19 01:39:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-19 01:39:45 +0800 |
commit | b4f546ec780b09f7d358627aafbbc19fbb2c4d9e (patch) | |
tree | 91c20fd8b5dec62cfcace5d96bca09ecf357bf9e /lang/slib/Makefile | |
parent | 39531386706e50f2d7b1c2cd15554fcfb399209a (diff) | |
download | freebsd-ports-graphics-b4f546ec780b09f7d358627aafbbc19fbb2c4d9e.tar.gz freebsd-ports-graphics-b4f546ec780b09f7d358627aafbbc19fbb2c4d9e.tar.zst freebsd-ports-graphics-b4f546ec780b09f7d358627aafbbc19fbb2c4d9e.zip |
Re-add the format feature from slib 2d5. This is needed for GnuCash.
Submitted by: maintainer
Diffstat (limited to 'lang/slib/Makefile')
-rw-r--r-- | lang/slib/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile index fe874e07cf3..009f7e2b5df 100644 --- a/lang/slib/Makefile +++ b/lang/slib/Makefile @@ -7,18 +7,28 @@ PORTNAME= slib PORTVERSION= 3a1 +PORTREVISION= 1 CATEGORIES= lang scheme -MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ -DISTNAME= slib${PORTVERSION} +MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ \ + http://swissnet.ai.mit.edu/ftpdir/scm/OLD/:old +DISTFILES= slib2d5${EXTRACT_SUFX}:old \ + slib${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= fuyuki@nigredo.org COMMENT= A portable scheme library +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/slib USE_GMAKE= yes ALL_TARGET= slib.info INFO= slib +post-extract: + ${RM} ${WRKSRC}/formatst.scm ${WRKSRC}/report.scm + +post-patch: + ${REINPLACE_CMD} -e 's/;;(format/(format/' ${WRKSRC}/mklibcat.scm + do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}; ${INSTALL_DATA} *.scm *.init *.txt *.xyz *.ps ${DATADIR} |