Rene Ladan <r...@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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"