diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 14:23:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 14:23:58 +0000 |
commit | 4234579252ebf02d4e68345e91a84443828f5236 (patch) | |
tree | cbc0d00139c342908cf1ce14024c99c6d2985b92 /converters/rcctools | |
parent | Support stage & use pkg-plist (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=339240
Diffstat (limited to 'converters/rcctools')
-rw-r--r-- | converters/rcctools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converters/rcctools/Makefile b/converters/rcctools/Makefile index 075d648bf240..1706fdea8a5d 100644 --- a/converters/rcctools/Makefile +++ b/converters/rcctools/Makefile @@ -20,5 +20,4 @@ CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/rcc-recode -NO_STAGE= yes .include <bsd.port.mk> |