summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-31 15:08:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-31 15:08:23 +0000
commit69bf95c184a7ca2d48100e49ccdc8fe29e8e71f4 (patch)
tree7ee1172479d7cc207bd1d8701133248937e0fa25 /lang
parentUpgrade 0.55 to PL10. (diff)
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
Notes
Notes: svn path=/head/; revision=5146
Diffstat (limited to 'lang')
-rw-r--r--lang/lcc/Makefile7
-rw-r--r--lang/lcc/pkg-plist9
2 files changed, 13 insertions, 3 deletions
diff --git a/lang/lcc/Makefile b/lang/lcc/Makefile
index 851823ecae1e..e1c93aaac822 100644
--- a/lang/lcc/Makefile
+++ b/lang/lcc/Makefile
@@ -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
diff --git a/lang/lcc/pkg-plist b/lang/lcc/pkg-plist
new file mode 100644
index 000000000000..be1ccb4c5a68
--- /dev/null
+++ b/lang/lcc/pkg-plist
@@ -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