summaryrefslogtreecommitdiff
path: root/devel/libdistance/files/patch-test_Makefile
blob: 6582cdd4430d523a2f384ce9ae11bc9249c1b1e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- test/Makefile.orig	2014-10-10 13:11:38 UTC
+++ test/Makefile
@@ -3,8 +3,10 @@
 PROG=		test
 CFLAGS+= 	-I.. -g
 LDADD=		-L.. -ldistance -lm
-NOMAN=		Yes
+MAN=		
 
 CLEANFILES+=	test 
 
+BINDIR=		${PREFIX}/tests/libdistance
+
 .include <bsd.prog.mk>