diff options
author | stephen <stephen@FreeBSD.org> | 2019-05-15 10:57:52 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2019-05-15 10:57:52 +0800 |
commit | 63fe4835024fa3ddddedcb22cfb00c535624d01b (patch) | |
tree | 7c221451a95f1cbbb9c54e6359f194e49c1b5f0a | |
parent | 22ea134fcdb1c21397b67b7e60568ce54758d251 (diff) | |
download | freebsd-ports-gnome-63fe4835024fa3ddddedcb22cfb00c535624d01b.tar.gz freebsd-ports-gnome-63fe4835024fa3ddddedcb22cfb00c535624d01b.tar.zst freebsd-ports-gnome-63fe4835024fa3ddddedcb22cfb00c535624d01b.zip |
- Remove share/info/dir from pkg-plist, because it is a generated file
which is updated during installing packages.
PR: 237774
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/octave/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 8aef87f6fe0e..780cf067c11a 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math java MASTER_SITES= GNU diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index f8a2a4e63f32..9af2ea5fe737 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -805,7 +805,6 @@ share/icons/hicolor/48x48/apps/octave.png share/icons/hicolor/512x512/apps/octave.png share/icons/hicolor/64x64/apps/octave.png share/icons/hicolor/scalable/apps/octave.svg -%%PORTDOCS%%share/info/dir share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch |