svn commit: r331783 - head/www/rubygem-rack15
Steve Wills
swills at FreeBSD.org
Sun Oct 27 15:41:49 UTC 2013
Author: swills
Date: Sun Oct 27 15:41:48 2013
New Revision: 331783
URL: http://svnweb.freebsd.org/changeset/ports/331783
Log:
- Support stage
- Avoid conflict with www/rubygem-rack
Modified:
head/www/rubygem-rack15/Makefile
Modified: head/www/rubygem-rack15/Makefile
==============================================================================
--- head/www/rubygem-rack15/Makefile Sun Oct 27 15:30:32 2013 (r331782)
+++ head/www/rubygem-rack15/Makefile Sun Oct 27 15:41:48 2013 (r331783)
@@ -21,7 +21,9 @@ PKGNAMESUFFIX= 15
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/rackup
-NO_STAGE= yes
+# avoid duplicate file from www/rubygem-rack port
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/bin/rackup
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list