aboutsummaryrefslogtreecommitdiff
path: root/sysutils/socket/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-11-01 23:56:27 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-11-01 23:56:27 +0000
commit31f088e83033ab226fa283429c2ab2fdf8fc33af (patch)
tree8cf609fdb92c516e40363009d9219b14a165d936 /sysutils/socket/Makefile
parentedc4c74e9b0f2aa1584a38f2150deceb0bab561c (diff)
downloadports-31f088e83033ab226fa283429c2ab2fdf8fc33af.tar.gz
ports-31f088e83033ab226fa283429c2ab2fdf8fc33af.zip
Notes
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r--sysutils/socket/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
index fbe8345b7e9d..f4ef31a04f17 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>