diff options
Diffstat (limited to 'lang/pbasic')
-rw-r--r-- | lang/pbasic/Makefile | 1 | ||||
-rw-r--r-- | lang/pbasic/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
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 |