Substitute PREFIX in epte.1.

spotted by naddy@, thanks.
This commit is contained in:
ajacoutot 2010-08-23 12:06:08 +00:00
parent 97fe41fa6f
commit 63207d2097

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/23 09:31:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.2 2010/08/23 12:06:08 ajacoutot Exp $
COMMENT= electronic periodic table of the elements
DISTNAME= epte-2.0.7
CATEGORIES= education
REVISION= 0
HOMEPAGE= http://www.toddmiller.com/epte/
WANTLIB += c ncurses
@ -23,4 +25,7 @@ MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/epte.1
.include <bsd.port.mk>