diff options
author | billf <billf@FreeBSD.org> | 2000-11-01 23:56:27 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-11-01 23:56:27 +0000 |
commit | 3f32f7d271771cd510fa7de55da8c7b447dc7e21 (patch) | |
tree | 4fb005910a800679fd82307e31ff8d96f5f2b081 /sysutils/socket/Makefile | |
parent | 44663eec2535cea9a3c55e77056d15db2ea27987 (diff) | |
download | FreeBSD-ports-3f32f7d271771cd510fa7de55da8c7b447dc7e21.zip FreeBSD-ports-3f32f7d271771cd510fa7de55da8c7b447dc7e21.tar.gz |
The descr is not a place to just cram the entire README. Instead, take the
first paragraph which gives a good overview, and install the README file.
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r-- | sysutils/socket/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index fbe8345..f4ef31a 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -14,4 +14,9 @@ MAINTAINER= wosch@FreeBSD.org MAN1= socket.1 +post-install: + + @${MKDIR} ${PREFIX}/share/doc/socket + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/socket + .include <bsd.port.mk> |