diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 09:57:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-23 09:57:57 +0000 |
commit | 8b69884e1a49b74194f3133e090efe33fbca9cf0 (patch) | |
tree | 2addaa9121d142b1106b2a40069b54a28efd7750 /math | |
parent | ed51cc49de17da79b9b118acde2c7a551aa13a8d (diff) | |
download | ports-8b69884e1a49b74194f3133e090efe33fbca9cf0.tar.gz ports-8b69884e1a49b74194f3133e090efe33fbca9cf0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/surf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index eae845824e8e..0c594964a053 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-cups --datadir=${PREFIX}/share +CONFLICTS= surf-0* # www/surf + MAN1= ${PORTNAME}.1 PORTDOCS= manual.sgml PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.xpm |