diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-14 12:33:28 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-14 12:33:28 +0000 |
commit | 90237f89a3f0422c2ad6d7973025bb1b35b62af6 (patch) | |
tree | 959852b8427257a07ed6426324c5df4e69bd0a53 | |
parent | d989ed6e34fb29e82067b58599e47a769ebde4ed (diff) | |
download | ports-90237f89a3f0422c2ad6d7973025bb1b35b62af6.tar.gz ports-90237f89a3f0422c2ad6d7973025bb1b35b62af6.zip |
Notes
-rw-r--r-- | archivers/bzip/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index f5236b14b530..7d252fea13d2 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -14,8 +14,8 @@ MASTER_SITES= http://custom.lab.unb.br/pub/compression/bzip/ \ MAINTAINER= jmelo@FreeBSD.org COMMENT= A block-sorting file compressor -DEPRECATED= "see full description" -RESTRICTED= "may be covered by patents" +DEPRECATED= see full description +RESTRICTED= may be covered by patents MAN1= bzip.1 bunzip.1 PLIST_FILES= bin/bzip bin/bunzip @@ -24,10 +24,10 @@ pre-install: @${CAT} ${FILESDIR}/COPYRIGHT do-install: - ${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip - ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip - ${LN} -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip - ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1 - ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1 + ${RM} -f ${PREFIX}/bin/bzip ${TARGETDIR}/bin/bunzip + ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${TARGETDIR}/bin/bzip + ${LN} -fs ${TARGETDIR}/bin/bzip ${TARGETDIR}/bin/bunzip + ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${MAN1PREFIX}/man/man1/bzip.1 + ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${MAN1PREFIX}/man/man1/bunzip.1 .include <bsd.port.mk> |