diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 14:01:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-22 14:01:38 +0000 |
commit | db25d63f5a147d03aa919c5b5d16876cc248d7c1 (patch) | |
tree | 94c9b93fec00a27efa918139e0a4b91e93aadf09 /textproc/fldiff | |
parent | 27d195667ddfa6af2799684206f0443bfadd150c (diff) | |
download | ports-db25d63f5a147d03aa919c5b5d16876cc248d7c1.tar.gz ports-db25d63f5a147d03aa919c5b5d16876cc248d7c1.zip |
Notes
Diffstat (limited to 'textproc/fldiff')
-rw-r--r-- | textproc/fldiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/fldiff/pkg-plist | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index c6d4e9e77af7..1758523be70c 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -36,9 +36,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fldiff ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fldiff.man ${MAN1PREFIX}/man/man1/fldiff.1 - ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/fldiff.desktop ${PREFIX}/share/applications - ${MKDIR} ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/fldiff.png ${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} diff --git a/textproc/fldiff/pkg-plist b/textproc/fldiff/pkg-plist index 242c29728e77..b162140328d2 100644 --- a/textproc/fldiff/pkg-plist +++ b/textproc/fldiff/pkg-plist @@ -1,4 +1,3 @@ bin/fldiff share/applications/fldiff.desktop share/pixmaps/fldiff.png -@dirrmtry share/applications |