diff options
author | pav <pav@FreeBSD.org> | 2006-03-07 06:32:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-07 06:32:11 +0800 |
commit | 5e5fcc4812564e1e5c3923e15d2467f422bddee3 (patch) | |
tree | 8d0e0328935d42d6cf72c37f70b02955ec505792 /net-p2p/verlihub-plugins/Makefile | |
parent | b96d2888657ed1ff3308928848095c1f2f935e63 (diff) | |
download | freebsd-ports-gnome-5e5fcc4812564e1e5c3923e15d2467f422bddee3.tar.gz freebsd-ports-gnome-5e5fcc4812564e1e5c3923e15d2467f422bddee3.tar.zst freebsd-ports-gnome-5e5fcc4812564e1e5c3923e15d2467f422bddee3.zip |
- Remove references to recently removed pkg-message
PR: ports/94080
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (krion)
Diffstat (limited to 'net-p2p/verlihub-plugins/Makefile')
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index b9c4168d1043..57241a04b3a1 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -28,9 +28,6 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/verlihub DATADIR= ${PREFIX}/share/${PORTNAME} -post-patch: - @${CAT} ${PKGDIR}/pkg-message | ${SED} 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - post-install: @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/extra @@ -46,8 +43,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/extra/lua/src/.libs/liblua_pi.so ${DATADIR}/extra/liblua_pi.so ${INSTALL_DATA} ${WRKSRC}/extra/perl/src/.libs/libperl_pi.so ${DATADIR}/extra/libperl_pi.so - @${CAT} ${PKGMESSAGE} - .include <bsd.port.pre.mk> .if ${OSVERSION} < 502010 |