diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-07 15:50:11 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-07 15:50:11 +0000 |
commit | 6735c4c55534e92ba8d0746cb4e37745b80f6ff1 (patch) | |
tree | a75251bdd40a71e201371852ddb95bfe9be73536 /print | |
parent | graphviz is Open Source now. (diff) |
I forgot to delete "PLIST" in the Makefiles
(In my previous commit, I moved these into Makefile of the master port
print/yatex.)
Noticed by: Kunimichi Takesue <kunitake@kyukyo-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=22225
Diffstat (limited to 'print')
-rw-r--r-- | print/yatex-mule/Makefile | 2 | ||||
-rw-r--r-- | print/yatex-xemacs-mule/Makefile | 1 | ||||
-rw-r--r-- | print/yatex-xemacs/Makefile | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/print/yatex-mule/Makefile b/print/yatex-mule/Makefile index 4c081910ff20..a97b63f37cf6 100644 --- a/print/yatex-mule/Makefile +++ b/print/yatex-mule/Makefile @@ -12,6 +12,6 @@ CATEGORIES= print elisp MULE= yes MASTERDIR= ${.CURDIR}/../yatex -PLIST= ${.CURDIR}/pkg/PLIST +COMMENT= ${.CURDIR}/pkg/COMMENT .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs-mule/Makefile b/print/yatex-xemacs-mule/Makefile index d8719da948fd..d0485e31737a 100644 --- a/print/yatex-xemacs-mule/Makefile +++ b/print/yatex-xemacs-mule/Makefile @@ -12,6 +12,5 @@ XEMACS-MULE= yes MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT -PLIST= ${.CURDIR}/pkg/PLIST .include "${MASTERDIR}/Makefile" diff --git a/print/yatex-xemacs/Makefile b/print/yatex-xemacs/Makefile index b00bc62efeb9..19ba88bd1070 100644 --- a/print/yatex-xemacs/Makefile +++ b/print/yatex-xemacs/Makefile @@ -12,6 +12,5 @@ XEMACS= yes MASTERDIR= ${.CURDIR}/../yatex COMMENT= ${.CURDIR}/pkg/COMMENT -PLIST= ${.CURDIR}/pkg/PLIST .include "${MASTERDIR}/Makefile" |