mirror of https://git.FreeBSD.org/ports.git
x11/libxcvt: simplify plist updates
This commit is contained in:
parent
3000731ec4
commit
ce473f52b1
|
@ -11,5 +11,6 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= meson tar:xz
|
||||
PLIST_SUB= VERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,6 @@ include/libxcvt/libxcvt.h
|
|||
include/libxcvt/libxcvt_mode.h
|
||||
lib/libxcvt.so
|
||||
lib/libxcvt.so.0
|
||||
lib/libxcvt.so.0.1.2
|
||||
lib/libxcvt.so.%%VERSION%%
|
||||
libdata/pkgconfig/libxcvt.pc
|
||||
share/man/man1/cvt.1.gz
|
||||
|
|
Loading…
Reference in New Issue