diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-11-26 03:28:07 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-11-26 03:28:07 +0000 |
commit | 36d55fef5555968cd0729f01d5c38b6f2fca2a7b (patch) | |
tree | ba3acc5d43dcebc61acdb2b6c21ce2450421bb14 /devel/libelf | |
parent | Make fetchable[1], add SHA256, etc. (diff) |
Remove "." from MASTER_SITE_SUBDIR, since the files aren't in
"." on sunsite and MASTER_SITE_SUBDIR doesn't apply to the
other MASTER_SITE.
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 ca31eb021dff..22a08a04bb8e 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8.6 CATEGORIES= devel MASTER_SITES= http://www.mr511.de/software/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs . +MASTER_SITE_SUBDIR= libs MAINTAINER= roam@FreeBSD.org COMMENT= A public ELF file access library similar to libelf(3) in Solaris |