diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-11-08 01:25:44 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-11-08 01:25:44 +0000 |
commit | e709a6ef31e83fee91a00ce01ad1d8f0cd621273 (patch) | |
tree | df2399d0ae899f5a98a3a3f6b4e325b33c16783c /misc/jargon/Makefile | |
parent | 2cb37bb2191e3b9f3741d94b7b61eb6942045131 (diff) |
Notes
Diffstat (limited to 'misc/jargon/Makefile')
-rw-r--r-- | misc/jargon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index 1209512cec4f..cb6ff79d51b0 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jargon -PORTVERSION= 4.4.5 +PORTVERSION= 4.4.6 CATEGORIES= misc MASTER_SITES= http://www.catb.org/~esr/jargon/ @@ -19,7 +19,9 @@ USE_REINPLACE= yes DATADIR= ${PREFIX}/share/jargon post-extract: - (cd ${WRKSRC}; ${RM} -rf html/graphics/.xvpics graphics/.xvpics) + (cd ${WRKSRC}; \ + ${RM} -rf html/graphics/.xvpics graphics/.xvpics \ + html/letters.html~ html/online-preface.html~) do-install: ${MKDIR} ${DATADIR} |