fix ln(1) failure hidden by systrace path normalization; ok aanriot@

This commit is contained in:
naddy 2007-05-21 15:49:30 +00:00
parent ee3c5a28f4
commit 790409ea84

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2007/05/03 07:42:55 aanriot Exp $
# $OpenBSD: Makefile,v 1.3 2007/05/21 15:49:30 naddy Exp $
COMMENT= "administration and development platform for PostgreSQL"
@ -44,6 +44,6 @@ post-install:
@cp -R ${WRKSRC}/docs/* ${PREFIX}/${DOCDIR}/
@rm -rf ${PREFIX}/${DOCDIR}/en_US/pg/
@ln -s ${LOCALBASE}/share/doc/postgresql/html/ \
${PREFIX}/${DOCDIR}/en_US/pg/
${PREFIX}/${DOCDIR}/en_US/pg
.include <bsd.port.mk>