pkgsrc-WIP-changes archive

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

tabixpp: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Mar 30 12:09:29 2018 -0500
Changeset:	9c4ae31fc38f13bcba95294aa03b30735b67a0b4

Modified Files:
	tabixpp/Makefile

Log Message:
tabixpp: Clean up Makefile

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

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

diffstat:
 tabixpp/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/tabixpp/Makefile b/tabixpp/Makefile
index 6bcf6ddef0..7ddbc61083 100644
--- a/tabixpp/Makefile
+++ b/tabixpp/Makefile
@@ -16,11 +16,9 @@ HOMEPAGE=	https://github.com/ekg/tabixpp
 COMMENT=	C++ wrapper to tabix indexer
 LICENSE=	mit
 
-# Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
 
 CXXFLAGS+=	-I${PREFIX}/include
-# Check this
 MAKE_ENV+=	HTS_HEADERS='' LIBPATH=-L${PREFIX}/lib HTS_LIB=''
 INSTALL_TARGET=	install-strip
 


Home | Main Index | Thread Index | Old Index