diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
commit | 641e9357ef7c1e4db3956870e6ee72c8a3f69827 (patch) | |
tree | 68379cc0b07109926abe501586fada38ab6d522d /devel/libelf | |
parent | feb2839a2e9e6a5319c4b08f0b06aa7c7c11f772 (diff) |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Notes
Notes:
svn path=/head/; revision=120589
Diffstat (limited to 'devel/libelf')
-rw-r--r-- | devel/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 251218225b0f..4eb12e22849b 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITE_SUBDIR= libs . MAINTAINER= roam@FreeBSD.org -COMMENT= "A public ELF file access library similar to libelf(3) in Solaris" +COMMENT= A public ELF file access library similar to libelf(3) in Solaris GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |