diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-28 16:33:27 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-28 16:33:27 +0000 |
commit | 389d318e31a745bf7362dc9ad602ef904568aebc (patch) | |
tree | d9821541b7b5bbd8da84eae4273c9e1ef42f7a3a /misc/linux-edonkey-tool-list | |
parent | c58996b202c05c8a5a420e0220aed6ff2b8153d7 (diff) | |
download | ports-389d318e31a745bf7362dc9ad602ef904568aebc.tar.gz ports-389d318e31a745bf7362dc9ad602ef904568aebc.zip |
Notes
Diffstat (limited to 'misc/linux-edonkey-tool-list')
-rw-r--r-- | misc/linux-edonkey-tool-list/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/misc/linux-edonkey-tool-list/Makefile b/misc/linux-edonkey-tool-list/Makefile index 483dcab0bda7..d3c625a0b96e 100644 --- a/misc/linux-edonkey-tool-list/Makefile +++ b/misc/linux-edonkey-tool-list/Makefile @@ -35,13 +35,15 @@ BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX} post-extract: @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME} +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin + +.include <bsd.port.pre.mk> + pre-install: .if exists(${STRIP_CMD}) @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} .endif @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin - -.include <bsd.port.mk> +.include <bsd.port.post.mk> |