diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:38:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:38:20 +0000 |
commit | d55df063bdc10bb7a391488e455edc0277b8b4a5 (patch) | |
tree | 193b0197a11fcbba5322337f441e6a8bf6fecf81 /mail | |
parent | 7689c4a0e57856f870ceaa9e7b9360ddd204c639 (diff) | |
download | ports-d55df063bdc10bb7a391488e455edc0277b8b4a5.tar.gz ports-d55df063bdc10bb7a391488e455edc0277b8b4a5.zip |
Don't remove system symlinks
Notes
Notes:
svn path=/head/; revision=154478
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wmmaiload/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/wmmaiload/Makefile b/mail/wmmaiload/Makefile index e0057d934a4d..ee2c234eed9f 100644 --- a/mail/wmmaiload/Makefile +++ b/mail/wmmaiload/Makefile @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --program-prefix="" MAN1= ${PORTNAME}.1 ${PORTNAME}-config.1 PLIST_FILES= bin/wmmaiload bin/wmmaiload-config -PLIST_DIRS= share/nls/POSIX share/nls/en_US.US-ASCII post-patch: @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \ |