diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-13 19:19:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-02-13 19:19:48 +0000 |
commit | 87e9768329c05ba8d5eca5e8b8ae181b5f6a483a (patch) | |
tree | c1363c08320a3ecd698ce2a39e6d27ab0c605d4b /misc | |
parent | 53c000e7f6aaf829e32860a08af6ade06bfe5473 (diff) | |
download | ports-87e9768329c05ba8d5eca5e8b8ae181b5f6a483a.tar.gz ports-87e9768329c05ba8d5eca5e8b8ae181b5f6a483a.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/zaptel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index d2abf79753e0..97102d98a06c 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -43,7 +43,7 @@ post-patch: ${WRKSRC}/test/ztmonitor.c ${WRKSRC}/test/zttool.c \ ${WRKSRC}/ztcfg/ztcfg.c -pre-install: +pre-su-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ ${PKGMESSAGE} @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/zaptel.sh > \ |