* Upgrade 4.1.0 -> 4.1.1: the former was dropped from the master site
* Fix PLIST: a couple of @exec's should have been @unexec, and the %D specifier was needed * Add additional master site.
This commit is contained in:
parent
d78ebc3463
commit
db5751c6b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18071
3 changed files with 2413 additions and 2334 deletions
|
@ -3,12 +3,13 @@
|
|||
# Date created: 11 July 1998
|
||||
# Whom: moeding
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/07/13 03:58:11 mph Exp $
|
||||
# $Id: Makefile,v 1.2 1999/04/15 20:44:56 mharo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jargon-4.1.0
|
||||
DISTNAME= jargon-4.1.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.tuxedo.org/~esr/jargon/
|
||||
MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ \
|
||||
http://www.nectar.com/distfiles/
|
||||
|
||||
MAINTAINER= s.moeding@ndh.net
|
||||
|
||||
|
@ -27,7 +28,8 @@ do-install:
|
|||
.endfor
|
||||
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/www/data/jargon
|
||||
@${CP} -R ${WRKSRC}/graphics ${PREFIX}/www/data/jargon/
|
||||
@${CP} -R ${WRKSRC}/html ${PREFIX}/www/data/jargon/
|
||||
@${CP} -R ${WRKSRC}/frames ${PREFIX}/www/data/jargon/
|
||||
@${CP} -R ${WRKSRC}/noframes ${PREFIX}/www/data/jargon/
|
||||
@${MKDIR} ${PREFIX}/share/doc/jargon
|
||||
@${INSTALL_DATA} ${WRKSRC}/jargon-README ${PREFIX}/share/doc/jargon
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (jargon-4.1.0.tar.gz) = f96a8eb22f49887324ee383a44c0e2e6
|
||||
MD5 (jargon-4.1.1.tar.gz) = 660149fe04042548b04daac51d22435b
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue