diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:49:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-24 18:49:51 +0000 |
commit | 88c5270915dff2f12161a8a827cf30574c9f45cf (patch) | |
tree | 2eb7d0e9b5c6d1e8847191dd89ee6b7b423d38b4 | |
parent | 40dc53076ed0c089acce4eea1cca3216013ce417 (diff) |
Update LICENSE
Notes
Notes:
svn path=/head/; revision=450515
-rw-r--r-- | palm/libmal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/libmal/Makefile b/palm/libmal/Makefile index f6ff147b1718..dd34fe59bdc9 100644 --- a/palm/libmal/Makefile +++ b/palm/libmal/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.jlogday.com/code/libmal/ MAINTAINER= ports@FreeBSD.org COMMENT= Library encapsulating malsync -LICENSE= MPL +LICENSE= MPL10 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpisock.so:palm/pilot-link @@ -18,7 +18,7 @@ LIB_DEPENDS= libpisock.so:palm/pilot-link USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} -USE_LDCONFIG= YES +USE_LDCONFIG= yes CONFLICTS= malsync-[0-9]* INSTALL_TARGET= install-strip |