diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 06:24:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-24 06:24:17 +0000 |
commit | 110f3583b678bf22fb94d6d1f280cbd2a352e957 (patch) | |
tree | 8d9949ca6c69df96c0d2fd758409b3e4417976d0 /devel/libsigsegv | |
parent | 3ddccf34d69359716acf90c1ac08a369dd35df15 (diff) |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
Notes
Notes:
svn path=/head/; revision=328096
Diffstat (limited to 'devel/libsigsegv')
-rw-r--r-- | devel/libsigsegv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 5883d938bf75..d6398122cc68 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -19,7 +19,6 @@ PLIST_FILES= include/sigsegv.h \ lib/libsigsegv.so.2 \ lib/libsigsegv.so -NO_STAGE= yes post-install: @${CAT} ${PKGMESSAGE} |