diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 19:12:54 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-05 19:12:54 +0000 |
| commit | 7b9993d18c926069bd9623ffbb9800d7e5c688a1 (patch) | |
| tree | ac42af22a3a546de0a897f755f69f5185bc56f88 | |
| parent | configure is already include build+run (diff) | |
- Convert to USES=libtool
- Set MAKEINFOFLAGS instead of MAKEINFO
| -rw-r--r-- | sysutils/am-utils/Makefile | 9 | ||||
| -rw-r--r-- | sysutils/am-utils/pkg-plist | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile index e6aa72c710ca..8dd6971a3dc0 100644 --- a/sysutils/am-utils/Makefile +++ b/sysutils/am-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= am-utils PORTVERSION= 6.1.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ @@ -20,12 +21,12 @@ OPTIONS_DEFINE= OPENLDAP DOCS OPTIONS_DEFAULT=OPENLDAP OPENLDAP_DESC= OpenLDAP support -USES= makeinfo - -USE_AUTOTOOLS= libtool +USES= libtool makeinfo USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared +MAKE_ENV= MAKEINFOFLAGS=--no-split INFO= am-utils DOCS= AUTHORS BUGS FAQ NEWS README.attrcache diff --git a/sysutils/am-utils/pkg-plist b/sysutils/am-utils/pkg-plist index 3caf8317b86d..5bd4f006725a 100644 --- a/sysutils/am-utils/pkg-plist +++ b/sysutils/am-utils/pkg-plist @@ -3,9 +3,9 @@ bin/pawd etc/amd.conf-sample etc/lostaltmail.conf-sample lib/libamu.a -lib/libamu.la lib/libamu.so lib/libamu.so.4 +lib/libamu.so.4.0.0 man/man1/expn.1.gz man/man1/pawd.1.gz man/man5/amd.conf.5.gz |
