very old software. gratuitously makes binaries mode 751.

revert to the more usual 755.
This commit is contained in:
espie 2014-01-23 22:33:57 +00:00
parent de6d93d6ca
commit c0021fffcc

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:23:51 espie Exp $
# $OpenBSD: Makefile,v 1.28 2014/01/23 22:33:57 espie Exp $
COMMENT= visual mail, user and print face server
DISTNAME= faces-1.6.1
REVISION = 0
REVISION = 1
SHARED_LIBS= compface 1.0
CATEGORIES= mail
@ -25,6 +25,9 @@ MAKE_ENV= SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR}
post-extract:
@cd ${WRKSRC} && cp Makefile.dist Makefile
post-install:
chmod a+r ${PREFIX}/bin/*
NO_TEST= Yes
.include <bsd.port.mk>