aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-12-20 20:03:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-12-20 20:03:56 +0000
commit40a70a81c24f07c73ba7bb3e78f689c4a9588226 (patch)
tree84df8ca5405209bee48f81769f90a995e223d266 /misc/compat4x
parent3b1ec7b41c92d84f0b57ffd1fddf1fca71e5d62b (diff)
downloadports-40a70a81c24f07c73ba7bb3e78f689c4a9588226.tar.gz
ports-40a70a81c24f07c73ba7bb3e78f689c4a9588226.zip
Reduce POLA violation for users who didn't expect to have to enable
this feature. Prodded by: pav
Notes
Notes: svn path=/head/; revision=151670
Diffstat (limited to 'misc/compat4x')
-rw-r--r--misc/compat4x/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index d0ac38d52ede..1e1ab1fea126 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/Makefile
@@ -7,7 +7,7 @@
PORTNAME= compat4x
PORTVERSION= ${COMPAT4X_PORTVERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= ${COMPAT4X_MASTER_SITES}
MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR}
@@ -127,6 +127,17 @@ do-extract:
.endfor
.endif
+post-extract:
+ @( ${ECHO} ""; \
+ ${ECHO} "******************************************************"; \
+ ${ECHO} "To enable the ldconfig of these libraries at boot time"; \
+ ${ECHO} "you need to add compat4x_enable=\"yes\" to either"; \
+ ${ECHO} "/etc/rc.conf.local or /etc/rc.conf"; \
+ ${ECHO} "******************************************************"; \
+ ${ECHO} ""; ) > ${WRKDIR}/pkg-message
+
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
NO_BUILD= yes
do-install:
@@ -143,5 +154,6 @@ do-install:
post-install:
@${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>