diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 03:29:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 03:29:08 +0000 |
commit | 525d9315c338cfc96294467fa868f1a9ffaa3118 (patch) | |
tree | a9d64c54ab874244715bc89c6da742295c8a5644 /sysutils/iat | |
parent | 57f5b44aa5fbe3984040546fedfee6be73c38efc (diff) | |
download | ports-525d9315c338cfc96294467fa868f1a9ffaa3118.tar.gz ports-525d9315c338cfc96294467fa868f1a9ffaa3118.zip |
Notes
Diffstat (limited to 'sysutils/iat')
-rw-r--r-- | sysutils/iat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index a3214f7ef354..204a0cea3596 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -12,10 +12,8 @@ COMMENT= Converter of many types of CD-ROM image file formats into ISO-9660 USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/iat -MAN1= iat.1 +PLIST_FILES= bin/iat man/man1/iat.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/install-data-am:/ s|install-includeHEADERS||' \ ${WRKSRC}/src/Makefile.in |