diff options
author | vs <vs@FreeBSD.org> | 2005-04-26 00:50:34 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-26 00:50:34 +0800 |
commit | 8df22a5d447a79a04100abc1d18bf251c8b1448e (patch) | |
tree | b01058a0781c755497858de21bb192650e7ba14e /misc/acron | |
parent | 7bf47e3afdd0f400b0f7b38b27461e53434cc651 (diff) | |
download | freebsd-ports-gnome-8df22a5d447a79a04100abc1d18bf251c8b1448e.tar.gz freebsd-ports-gnome-8df22a5d447a79a04100abc1d18bf251c8b1448e.tar.zst freebsd-ports-gnome-8df22a5d447a79a04100abc1d18bf251c8b1448e.zip |
No longer needs @[un]exec in plist
Diffstat (limited to 'misc/acron')
-rw-r--r-- | misc/acron/Makefile | 1 | ||||
-rw-r--r-- | misc/acron/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile index 294d292b78d6..94c475a24ef6 100644 --- a/misc/acron/Makefile +++ b/misc/acron/Makefile @@ -17,6 +17,7 @@ COMMENT= Database of acronyms and abbreviations NO_BUILD= yes USE_REINPLACE= yes +PLIST_FILES= bin/whats bin/acron share/misc/acron post-patch: @${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats diff --git a/misc/acron/pkg-plist b/misc/acron/pkg-plist deleted file mode 100644 index 745162d88edf..000000000000 --- a/misc/acron/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/whats -@exec ln -sf %D/%F %B/acron -@unexec rm %B/acron -share/misc/acron |