diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/rubygem-prawn-js/Makefile | |
parent | 4bcad8fbe603f44ebb6e03f8973707d0ff716aad (diff) |
Notes
Diffstat (limited to 'print/rubygem-prawn-js/Makefile')
-rw-r--r-- | print/rubygem-prawn-js/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile index d0e20846c6a2..b9d8913268c8 100644 --- a/print/rubygem-prawn-js/Makefile +++ b/print/rubygem-prawn-js/Makefile @@ -1,7 +1,3 @@ -# Ports collection makefile for: rubygem-prawn-js -# Date created: December 16, 2010 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ PORTNAME= prawn-js @@ -18,4 +14,5 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +NO_STAGE= yes .include <bsd.port.mk> |