svn commit: r397978 - head/mail/mulberry

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 26 14:08:08 UTC 2015


Author: bapt
Date: Sat Sep 26 14:08:07 2015
New Revision: 397978
URL: https://svnweb.freebsd.org/changeset/ports/397978

Log:
  Convert to @sample

Modified:
  head/mail/mulberry/pkg-plist

Modified: head/mail/mulberry/pkg-plist
==============================================================================
--- head/mail/mulberry/pkg-plist	Sat Sep 26 14:06:33 2015	(r397977)
+++ head/mail/mulberry/pkg-plist	Sat Sep 26 14:08:07 2015	(r397978)
@@ -33,11 +33,7 @@ lib/%%PORTNAME%%/Resources/UI.xml
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES-DEV-v4
 %%PORTDOCS%%%%DOCSDIR%%/CHANGES-v4
 %%PORTDOCS%%%%DOCSDIR%%/Mulberry_License
- at unexec if cmp -s %D/etc/mailcap %D/%%EXAMPLESDIR%%/mailcap; then rm -f %D/etc/mailcap; fi
-%%EXAMPLESDIR%%/mailcap
- at exec [ -f %D/etc/mailcap ] || cp %D/%%EXAMPLESDIR%%/mailcap %D/etc/mailcap
- at unexec if cmp -s %D/lib/url.helpers %D/%%EXAMPLESDIR%%/url.helpers; then rm -f %D/lib/url.helpers; fi
-%%EXAMPLESDIR%%/url.helpers
- at exec [ -f %D/lib/url.helpers ] || cp %D/%%EXAMPLESDIR%%/url.helpers %D/lib/url.helpers
+ at sample %%EXAMPLESDIR%%/mailcap etc/mailcap
+ at sample %%EXAMPLESDIR%%/url.helpers lib/url.helpers
 share/pixmaps/%%PORTNAME%%.png
 share/pixmaps/%%PORTNAME%%.xpm


More information about the svn-ports-all mailing list