diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 04:38:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 04:38:20 +0000 |
commit | f4980dc1c72333fef601f7d0d989349c8770f377 (patch) | |
tree | 72237ec8ec49176ffb0233c6cef522a656459bd0 /mail | |
parent | 7e8d9df0f37a6c52ea6efa56adc7e49b6e00d626 (diff) | |
download | FreeBSD-ports-f4980dc1c72333fef601f7d0d989349c8770f377.zip FreeBSD-ports-f4980dc1c72333fef601f7d0d989349c8770f377.tar.gz |
Don't remove system symlinks
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 e0057d9..ee2c234 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' \ |