summaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-01-05 23:43:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-01-05 23:43:13 +0000
commit2025ba84eedefaef90a7e7d9eaee3f6f03181f8f (patch)
tree701fd40b4de20d4b4b0bb2d2c9b977933243c1a2 /german
parentUpdate to 2.8 (diff)
- make portlint happier
- use DOCSDIR or EXAMPLESDIR - get rid of some INTERACTIVE scrips in news/ifmail
Notes
Notes: svn path=/head/; revision=52636
Diffstat (limited to 'german')
-rw-r--r--german/unix-connect/Makefile6
-rw-r--r--german/unix-connect/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile
index c7b3639ecf82..180755a85db8 100644
--- a/german/unix-connect/Makefile
+++ b/german/unix-connect/Makefile
@@ -31,11 +31,11 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/unix-connect
+ ${MKDIR} ${DOCSDIR}
.for i in README INSTALL TODO ChangeLog ChangeLog.configure
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/unix-connect
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
- @cd ${WRKSRC}/docs; tar cf - . | (cd ${PREFIX}/share/doc/unix-connect; tar xf -)
+ @${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
.endif
.include <bsd.port.mk>
diff --git a/german/unix-connect/pkg-descr b/german/unix-connect/pkg-descr
index 297f5c476491..9a4c9e22355d 100644
--- a/german/unix-connect/pkg-descr
+++ b/german/unix-connect/pkg-descr
@@ -18,4 +18,4 @@ vermieden werden koennen.
FTP: ftp://unix-connect.sf.net/pub/unix-connect/
FTP: ftp://ftp.dinoex.org/pub/unix-connenct/
-WWW: http://www.dinoex.de/unix-connect.html \ No newline at end of file
+WWW: http://www.dinoex.de/unix-connect.html