Don't use a generic PLIST which is then fixedup. Note, that others using
our ports collection will have to come up with a solution for this. Requested by: Satoshi
This commit is contained in:
parent
4a57f301ee
commit
69bf95c184
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5146
2 changed files with 13 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Date created: Sat Dec 7, 1996
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1996/12/27 11:09:48 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lcc-3.6
|
||||
|
@ -29,8 +29,9 @@ pre-configure:
|
|||
-e "s:%%LCCDESTDIR%%:${LCCDESTDIR}:g" \
|
||||
-e "s:%%VERSION%%:${DISTNAME}:g" \
|
||||
${FILESDIR}/${OPSYS}.c.in > ${WRKSRC}/etc/${OPSYS}.c
|
||||
@sed -e "s:%%LCCDESTDIR%%:${LCCDESTDIR}:g" \
|
||||
${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST
|
||||
@# below can be used to patchup PLIST file for diff os/arch
|
||||
@#sed -e "s:%%LCCDESTDIR%%:${LCCDESTDIR}:g" \
|
||||
#${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST
|
||||
@sed -e "s:%%OPSYS%%:${OPSYS}:g" \
|
||||
${WRKSRC}/makefile > ${WRKSRC}/makefile.configured
|
||||
@/bin/mv -f ${WRKSRC}/makefile.configured ${WRKSRC}/makefile
|
||||
|
|
9
lang/lcc/pkg-plist
Normal file
9
lang/lcc/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
lib/lcc-3.6/i386-FreeBSD/lcc
|
||||
lib/lcc-3.6/i386-FreeBSD/rcc
|
||||
lib/lcc-3.6/i386-FreeBSD/cpp
|
||||
lib/lcc-3.6/i386-FreeBSD/bprint
|
||||
lib/lcc-3.6/i386-FreeBSD/bbexit.o
|
||||
bin/lcc
|
||||
bin/bprint
|
||||
man/man1/bprint.1.gz
|
||||
man/man1/lcc.1.gz
|
Loading…
Reference in a new issue