pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

vimb3-git: Add support for test



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Oct 15 16:23:18 2018 +0200
Changeset:	74f0f3ce6f6da08b162edc287f0fdcaf7e7573eb

Modified Files:
	vimb3-git/Makefile

Log Message:
vimb3-git: Add support for test

(ATM /test-util/expand-tilde-user fail because `~' and `${HOME}' differs.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=74f0f3ce6f6da08b162edc287f0fdcaf7e7573eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vimb3-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/vimb3-git/Makefile b/vimb3-git/Makefile
index 50138f53ee..1ef0e12835 100644
--- a/vimb3-git/Makefile
+++ b/vimb3-git/Makefile
@@ -25,6 +25,8 @@ MAKE_FLAGS+=	EXAMPLEPREFIX="${DESTDIR}${EGDIR}"
 MAKE_FLAGS+=	MANPREFIX="${DESTDIR}${PREFIX}/${PKGMANDIR}"
 MAKE_FLAGS+=	RUNPREFIX="${PREFIX}"
 
+TEST_TARGET=	test
+
 # Avoid conflicts with www/vimb
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/vimb ${DESTDIR}${PREFIX}/bin/vimb3


Home | Main Index | Thread Index | Old Index