diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 10:12:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 10:12:20 +0000 |
commit | 5405288241d04ba22c33a7177282a910b61ae51b (patch) | |
tree | 129f3b79819cce159e8d20465f1d66b2c08658ca /devel/libhash/Makefile | |
parent | 4b4ab49ee802d666849e95e91db0319a86db63f9 (diff) | |
download | ports-5405288241d04ba22c33a7177282a910b61ae51b.tar.gz ports-5405288241d04ba22c33a7177282a910b61ae51b.zip |
Notes
Diffstat (limited to 'devel/libhash/Makefile')
-rw-r--r-- | devel/libhash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index f0d552f9d81a..60c6425e8ed3 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -31,7 +31,7 @@ MLINKS= libhash.3 hash_initialise.3 \ USE_LDCONFIG= yes -.if defined(NOPROFILE) +.if defined(NO_PROFILE) PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" |