unbreak by fixing plist
while I'm here, remove a whitespace to silence portlint PR: 55689 Submitted by: Joel Ray Holveck <joelh@piquan.org> Approved by: maintainer
This commit is contained in:
parent
40bd88553d
commit
a2f7919068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87298
2 changed files with 9 additions and 5 deletions
|
@ -11,7 +11,6 @@ CATEGORIES= emulators
|
|||
MASTER_SITES= http://filbert.tubas.net/~kstailey/ITS/ \
|
||||
http://free.babolo.ru/src/ \
|
||||
http://dl.droso.net/FreeBSD/distfiles/
|
||||
|
||||
DISTNAME= PI-ITS-RP06.0-dbd9
|
||||
EXTRACT_SUFX= .bz2
|
||||
EXTRACT_ONLY= # none
|
||||
|
@ -19,8 +18,6 @@ EXTRACT_ONLY= # none
|
|||
MAINTAINER= kstailey@yahoo.com
|
||||
COMMENT= Bootable ITS filesystem for KLH-10 PDP-10 emulator
|
||||
|
||||
BROKEN= "Broken pkg-plist"
|
||||
|
||||
BUILD_DEPENDS= kn10-ks:${PORTSDIR}/emulators/klh10
|
||||
RUN_DEPENDS= kn10-ks:${PORTSDIR}/emulators/klh10
|
||||
|
||||
|
|
|
@ -2,5 +2,12 @@ bin/its
|
|||
bin/its-user-install
|
||||
%%PORTDOCS%%share/doc/klh10-ks-its/MIT-ITS-papers
|
||||
%%PORTDOCS%%share/doc/klh10-ks-its/README.FIRST
|
||||
share/klh10-ks-its/klh10-kn-freebsd.ini.in
|
||||
@unexec rm -f %%IMAGE_HOME%%/PI-ITS-RP06.0-dbd9.bz2
|
||||
@comment There's some hiccups if we try to specify an absolute
|
||||
@comment filename here, so we cd first.
|
||||
@cwd /
|
||||
%%IMAGE_HOME%%/PI-ITS-RP06.0-dbd9.bz2
|
||||
%%IMAGE_HOME%%/klh10-kn-freebsd.ini.in
|
||||
@comment We specify to delete %%IMAGE_HOME%%. In most cases, it's the
|
||||
@comment same as the klh10 port is using, so it won't be empty (and thus
|
||||
@comment not deleted). This dirrm command is for the exceptions to that.
|
||||
@unexec rmdir %D/%%IMAGE_HOME%% 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue