diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
commit | d6428c128a0c89c05e74323a0fae273668734f0e (patch) | |
tree | 8162070e5da83b9789930ed11293908dd54b3fb6 /graphics/pstoedit | |
parent | faf2627e8535b127f620c90f35363e48d75fa56e (diff) |
Notes
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index a133e6a3ee7c..26104ee0a4c7 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -27,9 +27,9 @@ INSTALLS_SHLIB= yes MAN1= pstoedit.1 -CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ +CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ -I${X11BASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 |