From 149861f9b78540382cdb0e9375a0cfbb1ef11f1f Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 16 Jun 2009 15:25:31 +0000 Subject: Fix a number of GENERATE_PLIST entries to always have a terminating ; --- misc/rubygems/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index bf8c6c73299..5eaba533115 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/06/14 22:58:05 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2009/06/16 15:25:31 joerg Exp $ DISTNAME= rubygems-1.3.4 PKGREVISION= 1 @@ -43,7 +43,7 @@ GENERATE_PLIST+= \ ${ECHO} "@comment The following lines are automatically generated." && \ cd ${DESTDIR}${PREFIX} && \ ${FIND} ${GEM_DOCDIR:S|${PREFIX}/||} \! -type d -print | \ - ${SORT} + ${SORT}; .include "../../lang/ruby/modules.mk" -- cgit v1.2.3