diff options
author | mat <mat@FreeBSD.org> | 2014-11-05 19:05:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-05 19:05:02 +0800 |
commit | a65177babf8c2ebcfbe50b8d5883749f43c906e5 (patch) | |
tree | a3da3f956e169659dcffd9b15e736446ca9cb932 /ports-mgmt | |
parent | cddb3e39edfb60e849ebc0cda18d1e9de1feb3a0 (diff) | |
download | freebsd-ports-gnome-a65177babf8c2ebcfbe50b8d5883749f43c906e5.tar.gz freebsd-ports-gnome-a65177babf8c2ebcfbe50b8d5883749f43c906e5.tar.zst freebsd-ports-gnome-a65177babf8c2ebcfbe50b8d5883749f43c906e5.zip |
Deprecate.
Sponsored by: Absolight
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-plist/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/pkg-plist/Makefile b/ports-mgmt/pkg-plist/Makefile index 447a3b59751e..93bb2e0e85d1 100644 --- a/ports-mgmt/pkg-plist/Makefile +++ b/ports-mgmt/pkg-plist/Makefile @@ -16,6 +16,9 @@ NO_BUILD= yes PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz +DEPRECATED= Generate incorrect plists +EXPIRATION_DATE= 2014-11-30 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${STAGEDIR}${MANPREFIX}/man/man1 |