diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-21 08:12:26 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-21 11:52:28 +0100 |
commit | 21656613cebaef6dd73f0f8e368cc8fb2ca95a4a (patch) | |
tree | 9c4ecbbfb4f64bf5253043874e1a20b701ea04c5 /mono | |
parent | a45e61b66134d8557a86ff46fd7c40c03e059867 (diff) | |
download | contrib-21656613cebaef6dd73f0f8e368cc8fb2ca95a4a.tar.gz contrib-21656613cebaef6dd73f0f8e368cc8fb2ca95a4a.tar.xz |
mono: delete unused MANDIR reference
Diffstat (limited to 'mono')
-rw-r--r-- | mono/.signature | 4 | ||||
-rw-r--r-- | mono/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mono/.signature b/mono/.signature index e0a5f164a..b7433b49f 100644 --- a/mono/.signature +++ b/mono/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34007VW6jvUeXbhohX2Cc63TXp4fvHp8JfW2BhFLWEyntU7mGWYlcJqyhxE9Z7gbx4u4+TOd9SQczFi93g07fws= -SHA256 (Pkgfile) = cb05baa2202f7c8b702c4d87b2260a25cf4c8b560e6ab45cf8daaac5b3a206b2 +RWSagIOpLGJF33Bz7wIrzUJ8+E0QM+z5PcjnQjNbhSPVkj41/or/Jnem6zwjHwN8Ce8e3guEPnjro9Ybe42m+Uh+M24kCuU+ygU= +SHA256 (Pkgfile) = 0c41176678c90f48553eed14abafa7da2b085e8c6747e4d0c65f4693457cdb21 SHA256 (.footprint) = dfcd9ebd7a4063061ba5699409f9f6c86fc3e3b1f7476ebe165e2adc6b06e525 SHA256 (mono-6.8.0.96.tar.xz) = ed5df4ec663a4e228e89e910e954fa18d33f72e790c11174e1b62fc8cca90ba0 diff --git a/mono/Pkgfile b/mono/Pkgfile index 17129baf4..7ac08cd01 100644 --- a/mono/Pkgfile +++ b/mono/Pkgfile @@ -18,7 +18,7 @@ build() { --disable-crash-reporting \ --disable-nls make - make DESTDIR=$PKG MANDIR=/usr/man install + make DESTDIR=$PKG install rm -fr $PKG/usr/share/locale find $PKG \( -iname "*README*" \ -o -iname "*la" \)\ |