svn commit: r386622 - head/sysutils/lineakd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 17 15:04:40 UTC 2015
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
More information about the svn-ports-head
mailing list