1
0
forked from ports/contrib

fmt: fixed cmake syntax

This commit is contained in:
Tim Biermann 2020-07-08 12:41:38 +00:00
parent c4f5f0c5d0
commit d563e4d911
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3ycwxqVW/FIQUlBdObyz9qId+pzNsupdBjHfPatgTSHNjN4VY8T2K2cOGehFOsEeQg3d0TnMGccIl6ybvFTGygw=
SHA256 (Pkgfile) = f56895b2c70d91b1524f5928c1a0937bc84c854087ca6f56839f0a02161ec9c8
RWSagIOpLGJF3xQVnHn27vgOrzNOlSrKEhy47TrUK6V9tmNRJfW+v++g5bSgAFymaQIdz1rU1rCm2ortTuFvzMQcADyA0ilS5Aw=
SHA256 (Pkgfile) = c2c78a6be8fd41b0a1699c65209e194a9ca60471485a2efced364887ae2857e5
SHA256 (.footprint) = 4b890f044167a1c6f8594cf4019b1cf0eb9b8fd3eb6b7779f0e88c18b757a456
SHA256 (fmt-7.0.1.tar.gz) = ac335a4ca6beaebec4ddb2bc35b9ae960b576f3b64a410ff2c379780f0cd4948

View File

@ -13,5 +13,5 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
DESTDIR=$PKG cmake --build build --target install
DESTDIR=$PKG cmake --install build
}