diff options
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/qtpkg/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/qtpkg/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile index e57c5d71ed61..5034cc1af97f 100644 --- a/ports-mgmt/qtpkg/Makefile +++ b/ports-mgmt/qtpkg/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Qt based package removal tool MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" CFLAGS="${PTHREAD_CFLAGS}" +PLIST_FILES= sbin/qtpkg USE_QT_VER= 3 do-install: diff --git a/ports-mgmt/qtpkg/pkg-plist b/ports-mgmt/qtpkg/pkg-plist deleted file mode 100644 index c8de90e3b80d..000000000000 --- a/ports-mgmt/qtpkg/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/qtpkg |