diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-12-27 19:40:54 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-12-27 19:40:54 +0000 |
commit | 6c971867a61fe1762484d929e3eef91aff562cef (patch) | |
tree | 70bea16a1b530a2c764d869720bebb259f8a5eb7 /polish | |
parent | 68e0c8cc089a2a7b1c45bdd91247d583f78c6aee (diff) | |
download | ports-6c971867a61fe1762484d929e3eef91aff562cef.tar.gz ports-6c971867a61fe1762484d929e3eef91aff562cef.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/tleenx2/Makefile | 13 | ||||
-rw-r--r-- | polish/tleenx2/files/patch-iksemel-Makefile | 11 | ||||
-rw-r--r-- | polish/tleenx2/pkg-plist | 1 |
3 files changed, 6 insertions, 19 deletions
diff --git a/polish/tleenx2/Makefile b/polish/tleenx2/Makefile index 546206621c2b..736a50c1dc6f 100644 --- a/polish/tleenx2/Makefile +++ b/polish/tleenx2/Makefile @@ -21,19 +21,16 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION} -MAN1= tleenx2.1 PORTDOCS= README gg.txt sms.txt -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},g; s,gcc,${CC},' \ + ${WRKSRC}/iksemel/Makefile + @${REINPLACE_CMD} 's,gcc,${CC},' ${WRKSRC}/jabby/Makefile post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/polish/tleenx2/files/patch-iksemel-Makefile b/polish/tleenx2/files/patch-iksemel-Makefile deleted file mode 100644 index ffb2d67ec3a8..000000000000 --- a/polish/tleenx2/files/patch-iksemel-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- iksemel/Makefile.orig Tue Sep 2 18:05:32 2003 -+++ iksemel/Makefile Tue Dec 6 09:23:41 2005 -@@ -1,7 +1,7 @@ - - - CC = gcc --CFLAGS = -g -Wall -L/usr/local/lib -I/usr/local/include -+CFLAGS = -Wall -L$(LOCALBASE)/lib -I$(LOCALBASE)/include - OBJS = convert.o iks.o ikspool.o jabber.o sha.o core.o iksid.o io.o parser.o \ - utility.o - all: $(OBJS) diff --git a/polish/tleenx2/pkg-plist b/polish/tleenx2/pkg-plist index f1669e41f217..957e4c675494 100644 --- a/polish/tleenx2/pkg-plist +++ b/polish/tleenx2/pkg-plist @@ -1,4 +1,5 @@ bin/tleenx2 +man/man1/tleenx2.1.gz %%DATADIR%%/pixmaps/archiwum.png %%DATADIR%%/pixmaps/away.png %%DATADIR%%/pixmaps/beback.png |