cvs commit: ports/multimedia/xfce4-parole Makefile pkg-plist ports/multimedia/xfce4-parole/files patch-configure

Jan Beich jbeich at tormail.org
Sun Apr 29 14:05:37 UTC 2012


Rene Ladan <rene at FreeBSD.org> writes:

> rene        2012-04-29 11:34:25 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     multimedia/xfce4-parole Makefile pkg-plist 
>     multimedia/xfce4-parole/files patch-configure 
>   Log:
>   - Add license (GPLv2)
>   - Change PORTNAME from "xfce4-parole" to "parole" to avoid setting DATADIR and
>     DISTNAME
[...]

Why not add xfce4 prefix to package name then?

  $ fgrep PKGNAMEPREFIX */xfc*/Makefile
  deskutils/xfce4-notification-daemon/Makefile:PKGNAMEPREFIX=     xfce4-
  deskutils/xfce4-tumbler/Makefile:PKGNAMEPREFIX= xfce4-
  x11/xfce4-verve-plugin/Makefile:MASTER_SITE_SUBDIR=/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R}
  x11/xfce4-verve-plugin/Makefile:PKGNAMEPREFIX=  xfce4-
  x11/xfce4-verve-plugin/Makefile:DISTNAME=       ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}

  $ fgrep -h PORTNAME= */xfc*/Makefile | fgrep -v xfce
  PORTNAME=       notification-daemon
  PORTNAME=       tumbler
  PORTNAME=       verve-plugin


More information about the cvs-ports mailing list