Date: Sun, 17 May 2015 15:04:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386622 - head/sysutils/lineakd Message-ID: <201505171504.t4HF4evt032214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 17 15:04:39 2015 New Revision: 386622 URL: https://svnweb.freebsd.org/changeset/ports/386622 Log: - Drop @dirrm* from plist Modified: head/sysutils/lineakd/Makefile Modified: head/sysutils/lineakd/Makefile ============================================================================== --- head/sysutils/lineakd/Makefile Sun May 17 15:03:37 2015 (r386621) +++ head/sysutils/lineakd/Makefile Sun May 17 15:04:39 2015 (r386622) @@ -3,7 +3,7 @@ PORTNAME= lineakd PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/lineak/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCS= README TODO AUTHORS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171504.t4HF4evt032214>