diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /lang | |
parent | Update to 0.8.12. (diff) |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'lang')
-rw-r--r-- | lang/bsh/Makefile | 1 | ||||
-rw-r--r-- | lang/bsh/pkg-plist | 1 | ||||
-rw-r--r-- | lang/cel/Makefile | 1 | ||||
-rw-r--r-- | lang/cel/pkg-plist | 1 | ||||
-rw-r--r-- | lang/pbasic/Makefile | 1 | ||||
-rw-r--r-- | lang/pbasic/pkg-plist | 1 |
6 files changed, 3 insertions, 3 deletions
diff --git a/lang/bsh/Makefile b/lang/bsh/Makefile index 873c3fdb3370..d28fe2030bac 100644 --- a/lang/bsh/Makefile +++ b/lang/bsh/Makefile @@ -16,6 +16,7 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= A Java scripting environment +PLIST_FILES= share/java/classes/bsh.jar USE_JAVA= 1.1+ NO_BUILD= yes diff --git a/lang/bsh/pkg-plist b/lang/bsh/pkg-plist deleted file mode 100644 index 9e8fe4eaf654..000000000000 --- a/lang/bsh/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -share/java/classes/bsh.jar diff --git a/lang/cel/Makefile b/lang/cel/Makefile index f0e1877f43ec..12cb80517cd5 100644 --- a/lang/cel/Makefile +++ b/lang/cel/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes PORTDOCS= CoreArchitecture.html DefaultProtos Linker.html \ Logs.html ProtoLanguage.html README SimpleDataFormat.html \ Threads activation.html stackframe structure.html todo.html +PLIST_FILES= bin/cel .include <bsd.port.pre.mk> diff --git a/lang/cel/pkg-plist b/lang/cel/pkg-plist deleted file mode 100644 index 89d77bd25c43..000000000000 --- a/lang/cel/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/cel diff --git a/lang/pbasic/Makefile b/lang/pbasic/Makefile index b6ed77757585..a6bee0ea91c8 100644 --- a/lang/pbasic/Makefile +++ b/lang/pbasic/Makefile @@ -20,6 +20,7 @@ COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic) ALL_TARGET= freebsd MAKEFILE= makefile MAN1= pbasic.1 +PLIST_FILES= bin/pbasic do-configure: -cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \ diff --git a/lang/pbasic/pkg-plist b/lang/pbasic/pkg-plist deleted file mode 100644 index e82b69787fb5..000000000000 --- a/lang/pbasic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pbasic |