diff options
author | Thomas Penteker <tek@serverop.de> | 2017-08-20 23:22:24 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2017-08-20 23:22:24 +0200 |
commit | 4676239886eebd4142e4b807876fdc24a832912b (patch) | |
tree | 7a2e314c445f775bd303c5cc6c4e0d79bfdf5a0e /esmtp | |
parent | fb4b4bc16e58adb544733f8011500bbb72da84a6 (diff) | |
download | opt-4676239886eebd4142e4b807876fdc24a832912b.tar.gz opt-4676239886eebd4142e4b807876fdc24a832912b.tar.xz |
esmtp: update mandir
Diffstat (limited to 'esmtp')
-rw-r--r-- | esmtp/.footprint | 17 | ||||
-rw-r--r-- | esmtp/.signature | 6 | ||||
-rw-r--r-- | esmtp/Pkgfile | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/esmtp/.footprint b/esmtp/.footprint index e2c3e1877..82c7b2550 100644 --- a/esmtp/.footprint +++ b/esmtp/.footprint @@ -5,13 +5,14 @@ lrwxrwxrwx root/root usr/bin/mailq -> /usr/bin/esmtp lrwxrwxrwx root/root usr/bin/newaliases -> /usr/bin/esmtp drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/sendmail -> /usr/bin/esmtp -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/esmtp.1.gz -lrwxrwxrwx root/root usr/man/man1/mailq.1.gz -> esmtp.1.gz -lrwxrwxrwx root/root usr/man/man1/newaliases.1.gz -> esmtp.1.gz -lrwxrwxrwx root/root usr/man/man1/sendmail.1.gz -> esmtp.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/esmtprc.5.gz drwxr-xr-x root/root usr/sbin/ lrwxrwxrwx root/root usr/sbin/sendmail -> /usr/bin/esmtp +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/esmtp.1.gz +lrwxrwxrwx root/root usr/share/man/man1/mailq.1.gz -> esmtp.1.gz +lrwxrwxrwx root/root usr/share/man/man1/newaliases.1.gz -> esmtp.1.gz +lrwxrwxrwx root/root usr/share/man/man1/sendmail.1.gz -> esmtp.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/esmtprc.5.gz diff --git a/esmtp/.signature b/esmtp/.signature index 27892551b..78c944c2c 100644 --- a/esmtp/.signature +++ b/esmtp/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/fP9VXnblf13n4iYsjVPvgvhObOG6lexXemUsGsOyfL4zPXl/G+XFzIXdic8sNK9WftrUC2KWS0J/0ALyLNPTgg= -SHA256 (Pkgfile) = bb0ee751bfc2e4ef022430f358e3a5608ba8238b98271d27fc58ddde07c27219 -SHA256 (.footprint) = c6fd291a83579418f2b1319095a5edb06289c6756234ea88d266907e1d2b5293 +RWSE3ohX2g5d/ZXqsTWCDWKNyro1O+YoEKTFBtTf8hln/P6sOni4Oe0Q/EZnppZW4qy6uEmXv88biNBByLaIWe3cBx9Jui0Dogw= +SHA256 (Pkgfile) = 044d1f5354f87edb584428a1ffa820285379668f8955ee4c2a298565a0af1d1c +SHA256 (.footprint) = 1c8b6cdb38b60484abeb01b70051fe76e477cbb603b18464c15fed5349552307 SHA256 (esmtp-1.2.tar.bz2) = a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile index fe06d1cc5..b50c91a85 100644 --- a/esmtp/Pkgfile +++ b/esmtp/Pkgfile @@ -13,7 +13,7 @@ build() { cd $name-$version CPPFLAGS=`libesmtp-config --cflags` \ - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |