Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 22:23:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231748] [NEW PORT] databases/prefix: Prefix Range module for PostgreSQL
Message-ID:  <bug-231748-7788-e9CeTKWCVW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231748-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231748-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231748

Nathan <ndowens@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ndowens@yahoo.com

--- Comment #1 from Nathan <ndowens@yahoo.com> ---
Comment on attachment 197533
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197533
databases/prefix

#LLD_UNSAFE=3D    yes
Instead of commenting it out, remove if not used

.for i in README.md TESTS.md
+               ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
+.endfor

Why use loop to install two files?
(cd ${WRKSRC} ; ${INSTALL_DATA} README.md TESTS.md ${STAGEDIR}${DOCSDIR})

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231748-7788-e9CeTKWCVW>